Restrict Renovate to only create PRs for minor version bumps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6354681ac1
commit
6076228288
1 changed files with 9 additions and 1 deletions
|
@ -2,5 +2,13 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
]
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchManagers": ["cargo"],
|
||||
"rangeStrategy": "bump",
|
||||
"allowedVersions": "^[0-9]+\\.[0-9]+\\.[0-9]+$"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue