Skip to content

Commit f498500

Browse files
committed
align dependabot config with other m-lab js repos
1 parent d46fb9d commit f498500

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
3+
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
- package-ecosystem: "npm"
7+
day: "monday"
8+
open-pull-requests-limit: 10
9+
groups:
10+
npm-minor-patch:
11+
patterns:
12+
- "*"
13+
update-types:
14+
- "minor"
15+
- "patch"
16+
commit-message:
17+
prefix: "chore(deps)"
18+
19+
- package-ecosystem: "github-actions"
820
directory: "/"
921
schedule:
1022
interval: "weekly"
23+
day: "monday"
24+
groups:
25+
actions:
26+
patterns:
27+
- "*"
28+
commit-message:
29+
prefix: "ci"

0 commit comments

Comments
 (0)