chore(renovate): fix matcher

This commit is contained in:
Michael Kriese 2024-11-01 16:28:10 +01:00
parent 9eae9d2a6e
commit 1a564fef01
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -30,7 +30,7 @@
"matchFileNames": [".forgejo/workflows/**"],
"matchPackageNames": ["k3s-io/k3s"],
"matchUpdateTypes": ["major", "minor"],
"matchCurrentVersion": "<1.31",
"matchCurrentValue": "!/^v1.31/",
"enabled": false
}
],
@ -47,7 +47,7 @@
"customType": "regex",
"fileMatch": [".forgejo/renovate/k3s.json"],
"matchStrings": [
"matchCurrentVersion\": \"<(?<currentValue>\\d+\\.\\d+)\""
"matchCurrentValue\": \"!\\/^v(?<currentValue>\\d+\\.\\d+)\\/"
],
"depNameTemplate": "k3s",
"versioningTemplate": "npm",