Skip to content

Commit efddff4

Browse files
authored
ci: add npm to dependabot config (#207)
* add npm to dependabot config * align dependabot config with other m-lab js repos
1 parent e51de54 commit efddff4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
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+
319
- package-ecosystem: "github-actions"
420
directory: "/"
521
schedule:
622
interval: "weekly"
23+
day: "monday"
24+
groups:
25+
actions:
26+
patterns:
27+
- "*"
28+
commit-message:
29+
prefix: "ci"

0 commit comments

Comments
 (0)