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.
2 parents c1e1b6c + bcfb1e8 commit be8b135Copy full SHA for be8b135
.github/dependabot.yml
@@ -1,7 +1,13 @@
1
version: 2
2
updates:
3
- - package-ecosystem: gomod
4
- directory: /
+ # Automatic upgrade for Go modules.
+ - package-ecosystem: "gomod"
5
+ directory: "/"
6
schedule:
- interval: daily
7
+ interval: "daily"
8
9
+ # Automatic upgrade for GitHub Actions packages.
10
+ - package-ecosystem: "github-actions"
11
12
+ schedule:
13
0 commit comments