mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-22 04:33:22 +03:00
chore(ci): change dependabot frequency
This commit is contained in:
parent
b5a781351f
commit
54602e0308
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
@ -3,7 +3,7 @@ updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
|
||||
# We want to be more sure in our e2e-test, before committing to
|
||||
# update all of our dependencies.
|
||||
@ -11,14 +11,14 @@ updates:
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
allow:
|
||||
# Allow only direct updates
|
||||
- dependency-name: "log"
|
||||
- package-ecosystem: "cargo"
|
||||
directory: "/zellij-utils/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
interval: "monthly"
|
||||
allow:
|
||||
# Allow only direct updates
|
||||
- dependency-name: "log"
|
||||
|
Loading…
Reference in New Issue
Block a user