We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d232221 commit e510c34Copy full SHA for e510c34
1 file changed
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ time: "03:00"
8
+ timezone: "Etc/UTC"
9
+ open-pull-requests-limit: 1
10
+ labels: ["dependencies", "automated"]
11
+ groups:
12
+ github-actions-all:
13
+ patterns: ["*"]
14
+
15
+ - package-ecosystem: "npm"
16
17
18
19
20
21
22
23
24
+ npm-all:
25
0 commit comments