We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4850029 commit f2e3d37Copy full SHA for f2e3d37
1 file changed
.github/dependabot.yml
@@ -0,0 +1,26 @@
1
+version: 2
2
+
3
+updates:
4
+ # GitHub Actions
5
+ - package-ecosystem: "github-actions"
6
+ directory: "/"
7
+ schedule:
8
+ interval: "weekly"
9
+ day: "monday"
10
+ commit-message:
11
+ prefix: "chore(deps)"
12
+ labels:
13
+ - "dependencies"
14
+ - "github-actions"
15
16
+ # Go module
17
+ - package-ecosystem: "gomod"
18
19
20
21
22
23
24
25
26
+ - "go"
0 commit comments