Make Dependabot watch github actions

This commit is contained in:
Jeff Widman 2023-01-16 13:05:43 -08:00
parent 7cae74baef
commit 8590eaee85

View File

@ -1,7 +1,10 @@
version: 2
updates:
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod" # Dependencies listed in go.mod
directory: "/" # Location of package manifests
schedule:
interval: "weekly"