chore(renovate): fix matcher
This commit is contained in:
parent
9eae9d2a6e
commit
1a564fef01
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
"matchFileNames": [".forgejo/workflows/**"],
|
"matchFileNames": [".forgejo/workflows/**"],
|
||||||
"matchPackageNames": ["k3s-io/k3s"],
|
"matchPackageNames": ["k3s-io/k3s"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"matchCurrentVersion": "<1.31",
|
"matchCurrentValue": "!/^v1.31/",
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [".forgejo/renovate/k3s.json"],
|
"fileMatch": [".forgejo/renovate/k3s.json"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"matchCurrentVersion\": \"<(?<currentValue>\\d+\\.\\d+)\""
|
"matchCurrentValue\": \"!\\/^v(?<currentValue>\\d+\\.\\d+)\\/"
|
||||||
],
|
],
|
||||||
"depNameTemplate": "k3s",
|
"depNameTemplate": "k3s",
|
||||||
"versioningTemplate": "npm",
|
"versioningTemplate": "npm",
|
||||||
|
|
Loading…
Reference in a new issue