We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d46fb9d commit f498500Copy full SHA for f498500
.github/dependabot.yml
@@ -1,10 +1,29 @@
1
version: 2
2
updates:
3
- - package-ecosystem: "github-actions"
+ - package-ecosystem: "npm"
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
- - package-ecosystem: "npm"
+ 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"
20
21
22
23
24
25
+ actions:
26
27
28
29
+ prefix: "ci"
0 commit comments