mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
fix: unblock Renovate PR creation and reduce cargo branch sprawl (#630)
This commit is contained in:
+6
-3
@@ -1,15 +1,18 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
|
||||
"recreateWhen": "never",
|
||||
"prCreation": "immediate",
|
||||
"automerge": false,
|
||||
"recreateWhen": "always",
|
||||
"separateMinorPatch": true,
|
||||
"postUpdateOptions": ["cargo:updateLockfile"],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Keep Rust crate updates isolated because 0.x minor releases often contain breaking changes.",
|
||||
"description": "Keep Rust crate updates isolated because 0.x minor releases often contain breaking changes. Group all minor updates per crate (don't split by individual version).",
|
||||
"matchManagers": ["cargo"],
|
||||
"groupName": null,
|
||||
"separateMinorPatch": true,
|
||||
"separateMultipleMinor": true
|
||||
"separateMultipleMinor": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user