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