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
commit ecc826ef7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"