Skip to content
Snippets Groups Projects
Unverified Commit 3b9c9098 authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi Committed by GitHub
Browse files

Dependabot: Group all CI dependencies (#5145)


Dependabot is going a bit crazy lately and spamming up a lot of merge
requests. Going to group all the CI deps into one and reducing the
frequency to weekly.
Maybe we can do some more aggressive batching for the Rust deps as well.

---------

Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent 8c61dbad
No related merge requests found
Pipeline #486417 waiting for manual action with stages
in 1 hour, 19 minutes, and 33 seconds
......@@ -5,13 +5,17 @@ updates:
directory: '/'
labels: ["A1-insubstantial", "R0-silent"]
schedule:
interval: daily
interval: weekly
groups:
ci_dependencies:
patterns:
- "*"
# Update Rust dependencies:
- package-ecosystem: "cargo"
directory: "/"
labels: ["A1-insubstantial", "R0-silent"]
schedule:
interval: "daily"
interval: "weekly"
groups:
# We assume these crates to be semver abiding and can therefore group them together.
known_good_semver:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment