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 e9dfd5b commit b83739cCopy full SHA for b83739c
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "gomod" # Go modules
4
+ directory: "/" # Root directory where go.mod is located
5
+ schedule:
6
+ interval: "weekly" # Check for updates weekly
7
+ - package-ecosystem: "github-actions" # Monitor GitHub Actions
8
+ directory: "/" # Root directory
9
10
0 commit comments