Replace matchNewValue with allowedVersions constraint to properly prevent Renovate from creating update branches for major versions. The previous enabled/matchNewValue approach did not prevent branch creation for already existing PRs.
13 lines
331 B
JSON
13 lines
331 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"local>volker.raschek/renovate-config:default#master",
|
|
"local>volker.raschek/renovate-config:regexp#master"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"allowedVersions": "<1.0.0",
|
|
"matchPackageNames": ["open-policy-agent/regal"]
|
|
}
|
|
]
|
|
} |