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" - package-ecosystem: "gomod"
directory: "/" # Location of package manifests directory: "/" # Location of package manifests
schedule: schedule:
interval: "monthly" interval: "weekly"
# Dependencies listed in .github/workflows/*.yml # Dependencies listed in .github/workflows/*.yml
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "monthly" interval: "weekly"