mirror of
https://github.com/octoleo/restic.git
synced 2024-11-21 20:35:12 +00:00
CI: let dependabot check for updates weekly
This commit is contained in:
parent
52682b1c7b
commit
f6ea5c5865
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user