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