Skip to content

Commit

Permalink
Merge pull request #5654 from oasisprotocol/ptrus/feature/dependabot-…
Browse files Browse the repository at this point in the history
…cargo-group

.github/dependabot: group rust dependency updates
  • Loading branch information
ptrus authored Apr 23, 2024
2 parents 8189105 + 4593d8b commit 0336127
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/5654.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.github/dependabot: group rust dependency updates
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@ updates:
time: "07:00"
commit-message:
prefix: "rust:"
groups:
# Update Tendermint dependencies together in a single PR.
tendermint:
patterns:
- tendermint
- tendermint-*
# Update all other dependencies in a single PR.
rust:
# Update all dependencies, unless explicitly ignored.
patterns:
- "*"
# Excluded dependencies are updated in separate PRs.
exclude-patterns: []
# Ignored depenednecies are ignored by dependabot.
ignore: []
labels:
- c:deps
- rust

0 comments on commit 0336127

Please sign in to comment.