Compare commits

...
2 Commits
Author SHA1 Message Date
CSRBot 9c36ad9638 chore(deps): update dependency open-policy-agent/regal to v0.42.0 2026-07-19 11:15:14 +00:00
volker.raschek e42a2acc9c fix(renovate): use allowedVersions to block open-policy-agent/regal v1+
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.
2026-07-19 13:14:39 +02:00
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
pkgname=opa-regal
_pkgname=regal
pkgver=0.39.0 # renovate: datasource=github-tags depName=open-policy-agent/regal extractVersion='^v?(?<version>.*)$'
pkgver=0.42.0 # renovate: datasource=github-tags depName=open-policy-agent/regal extractVersion='^v?(?<version>.*)$'
pkgrel=1
pkgdesc="Regal is a linter and language server for Rego"
arch=('armv7h' 'aarch64' 'x86_64')
+2 -3
View File
@@ -6,9 +6,8 @@
],
"packageRules": [
{
"enabled": false,
"matchPackageNames": ["open-policy-agent/regal"],
"matchNewValue": "^2"
"allowedVersions": "<1.0.0",
"matchPackageNames": ["open-policy-agent/regal"]
}
]
}