add: limited set of crates to dependabot (#1163)

This commit is contained in:
a-kenji 2022-03-03 16:56:50 +01:00 committed by GitHub
parent aca6d83051
commit 80863b12cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 1 deletions

View File

@ -4,3 +4,26 @@ updates:
directory: "/"
schedule:
interval: "weekly"
# We want to be more sure in our e2e-test, before committing to
# update all of our dependencies.
# Only add packages very sporadically here for now.
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
allow:
# Allow only direct updates
- dependency-name: "log"
- package-ecosystem: "cargo"
directory: "/zellij-utils"
schedule:
interval: "weekly"
allow:
# Allow only direct updates
- dependency-name: "log"
- dependency-name: "log4rs"
- dependency-name: "clap"
- dependency-name: "clap_complete"