We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cae74b commit 8590eaeCopy full SHA for 8590eae
.github/dependabot.yml
@@ -1,7 +1,10 @@
1
version: 2
2
updates:
3
- # Dependencies listed in go.mod
4
- - package-ecosystem: "gomod"
+ - package-ecosystem: "github-actions"
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ - package-ecosystem: "gomod" # Dependencies listed in go.mod
8
directory: "/" # Location of package manifests
9
schedule:
10
interval: "weekly"
0 commit comments