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 bb5545f commit c1cf4ecCopy full SHA for c1cf4ec
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+version: 2
2
+updates:
3
+ # Enable version updates for Go
4
+ - package-ecosystem: "gomod"
5
+ # Look for `go.mod` file in the root directory
6
+ directory: "/"
7
+ # Check for updates every day (weekly is the default)
8
+ schedule:
9
+ interval: "weekly"
10
+
11
+ # Enable version updates for GitHub Actions
12
+ - package-ecosystem: "github-actions"
13
+ # Look for `.github/workflows` directory
14
15
16
17
0 commit comments