We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cargo.toml
1 parent bfe00f7 commit ff92edeCopy full SHA for ff92ede
.github/renovate.json5
@@ -53,8 +53,15 @@
53
54
// https://docs.renovatebot.com/configuration-options/#packagerules
55
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.
64
{
- // Create dedicated branch to update dependencies in tests.
65
matchFileNames: ["tests/**"],
66
commitMessageTopic: "dependencies in tests",
67
semanticCommitType: "test",
0 commit comments