Update dependabot.yml
This commit is contained in:
parent
95def97755
commit
747eb5214c
1 changed files with 6 additions and 6 deletions
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
|
@ -1,10 +1,10 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/" # Location of package manifests
|
||||
- package-ecosystem: docker
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/" # Location of package manifests
|
||||
interval: weekly
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: weekly
|
||||
|
|
Loading…
Reference in a new issue