We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea44de0 commit 6a8c7b3Copy full SHA for 6a8c7b3
1 file changed
.github/dependabot.yml
@@ -0,0 +1,31 @@
1
+version: 2
2
+updates:
3
+ # Maintain dependencies for GitHub Actions
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ groups:
9
+ actions:
10
+ patterns:
11
+ - "*"
12
+
13
+ # Maintain dependencies for Go modules
14
+ - package-ecosystem: "gomod"
15
16
17
18
19
+ go-dependencies:
20
21
22
23
+ # Maintain dependencies for NPM
24
+ - package-ecosystem: "npm"
25
26
27
28
29
+ npm-dependencies:
30
31
0 commit comments