ci: revert k3s update
This commit is contained in:
parent
96ee8b8f19
commit
04b627a731
1 changed files with 3 additions and 7 deletions
|
@ -25,17 +25,13 @@
|
|||
"groupName": "k3s"
|
||||
},
|
||||
{
|
||||
"description": "Disable k3s major and minor updates for old versions",
|
||||
"matchDatasources": ["github-releases"],
|
||||
"matchFileNames": [".forgejo/workflows/**"],
|
||||
"matchPackageNames": ["k3s-io/k3s"],
|
||||
"matchUpdateTypes": ["major", "minor"],
|
||||
"matchCurrentVersion": "<1.32",
|
||||
"matchCurrentVersion": "<1.31",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "prepare k3s",
|
||||
"matchDatasources": ["custom.k3s"],
|
||||
"rangeStrategy": "replace"
|
||||
}
|
||||
],
|
||||
"customDatasources": {
|
||||
|
@ -51,7 +47,7 @@
|
|||
"customType": "regex",
|
||||
"fileMatch": [".forgejo/renovate/k3s.json"],
|
||||
"matchStrings": [
|
||||
"matchCurrentVersion\": \"(?<currentValue><\\d+\\.\\d+)\""
|
||||
"matchCurrentVersion\": \"<(?<currentValue>\\d+\\.\\d+)\""
|
||||
],
|
||||
"depNameTemplate": "k3s",
|
||||
"versioningTemplate": "npm",
|
||||
|
|
Loading…
Reference in a new issue