Merge pull request #4149 from MichaelEischer/more-frequent-dependabot

CI: let dependabot check for updates weekly
This commit is contained in:
Michael Eischer
2023-01-14 14:37:30 +01:00
committed by GitHub

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"