chore(ci): change dependabot frequency

This commit is contained in:
Aram Drevekenin 2022-08-22 09:16:00 +02:00 committed by GitHub
parent b5a781351f
commit 54602e0308
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"