We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d88515d commit cdcfa96Copy full SHA for cdcfa96
.github/dependabot.yml
@@ -0,0 +1,34 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "npm"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ day: "wednesday"
8
+ commit-message:
9
+ prefix: "deps"
10
+ labels:
11
+ - "dependencies"
12
+ - "npm"
13
+ open-pull-requests-limit: 5
14
+ groups:
15
+ patch-updates:
16
+ patterns:
17
+ - "*"
18
+ update-types:
19
+ - "patch"
20
+
21
+ minor-updates:
22
23
24
25
+ - "minor"
26
27
+ - package-ecosystem: "github-actions"
28
29
30
+ interval: "monthly"
31
32
+ prefix: "ci"
33
34
0 commit comments