Skip to content

Commit

Permalink
Dependabot: Group all CI dependencies (paritytech#5145)
Browse files Browse the repository at this point in the history
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: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez authored Jul 25, 2024
1 parent 8c61dba commit 3b9c909
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3b9c909

Please sign in to comment.