Skip to content

Commit ff92ede

Browse files
authored
chore(renovate): group Cargo.toml Ruff updates (#1306)
1 parent bfe00f7 commit ff92ede

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json5

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,15 @@
5353

5454
// https://docs.renovatebot.com/configuration-options/#packagerules
5555
packageRules: [
56+
// Ensure that all Ruff Rust dependencies are updated together, as they use a single versioning.
57+
{
58+
matchDatasources: ["github-tags"],
59+
matchFileNames: ["Cargo.toml"],
60+
matchPackageNames: ["astral-sh/ruff"],
61+
groupName: "Ruff Rust",
62+
},
63+
// Create dedicated branch to update dependencies in tests.
5664
{
57-
// Create dedicated branch to update dependencies in tests.
5865
matchFileNames: ["tests/**"],
5966
commitMessageTopic: "dependencies in tests",
6067
semanticCommitType: "test",

0 commit comments

Comments
 (0)