We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ddea5 commit 506663dCopy full SHA for 506663d
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ # Dependencies listed in go.mod
4
+ - package-ecosystem: "gomod"
5
+ directory: "/" # Location of package manifests
6
+ schedule:
7
+ interval: "weekly"
8
+
9
+ # Dependencies listed in .github/workflows/*.yml
10
+ - package-ecosystem: "github-actions"
11
+ directory: "/"
12
13
0 commit comments