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 ac6739e commit 6166270Copy full SHA for 6166270
.github/dependabot.yml
@@ -0,0 +1,17 @@
1
+# See GitHub's docs for more information on this file:
2
+# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
3
+version: 2
4
+updates:
5
+ # Maintain dependencies for GitHub Actions
6
+ - package-ecosystem: "github-actions"
7
+ directory: "/"
8
+ schedule:
9
+ # Check for updates to GitHub Actions every weekday
10
+ interval: "daily"
11
+
12
+ # Maintain dependencies for Go modules
13
+ - package-ecosystem: "gomod"
14
15
16
+ # Check for updates to Go modules every weekday
17
0 commit comments