CI: let dependabot check for updates weekly

This commit is contained in:
Michael Eischer 2023-01-14 12:02:42 +01:00
parent 52682b1c7b
commit f6ea5c5865
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@ updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
interval: "weekly"
# Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"