chore(ci): change dependabot frequency
This commit is contained in:
parent
b5a781351f
commit
54602e0308
1 changed files with 3 additions and 3 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -3,7 +3,7 @@ updates:
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "monthly"
|
||||||
|
|
||||||
# We want to be more sure in our e2e-test, before committing to
|
# We want to be more sure in our e2e-test, before committing to
|
||||||
# update all of our dependencies.
|
# update all of our dependencies.
|
||||||
|
|
@ -11,14 +11,14 @@ updates:
|
||||||
- package-ecosystem: "cargo"
|
- package-ecosystem: "cargo"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "monthly"
|
||||||
allow:
|
allow:
|
||||||
# Allow only direct updates
|
# Allow only direct updates
|
||||||
- dependency-name: "log"
|
- dependency-name: "log"
|
||||||
- package-ecosystem: "cargo"
|
- package-ecosystem: "cargo"
|
||||||
directory: "/zellij-utils/"
|
directory: "/zellij-utils/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "monthly"
|
||||||
allow:
|
allow:
|
||||||
# Allow only direct updates
|
# Allow only direct updates
|
||||||
- dependency-name: "log"
|
- dependency-name: "log"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue