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 cbbc628 commit 99e7d7aCopy full SHA for 99e7d7a
.github/dependabot.yml
@@ -0,0 +1,15 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for Go modules
4
+ - package-ecosystem: "gomod"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ open-pull-requests-limit: 10
9
+
10
+ # Enable version updates for GitHub Actions
11
+ - package-ecosystem: "github-actions"
12
13
14
15
0 commit comments