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"
|
"groupName": "k3s"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"description": "Disable k3s major and minor updates for old versions",
|
||||||
"matchDatasources": ["github-releases"],
|
"matchDatasources": ["github-releases"],
|
||||||
"matchFileNames": [".forgejo/workflows/**"],
|
"matchFileNames": [".forgejo/workflows/**"],
|
||||||
"matchPackageNames": ["k3s-io/k3s"],
|
"matchPackageNames": ["k3s-io/k3s"],
|
||||||
"matchUpdateTypes": ["major", "minor"],
|
"matchUpdateTypes": ["major", "minor"],
|
||||||
"matchCurrentVersion": "<1.32",
|
"matchCurrentVersion": "<1.31",
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "prepare k3s",
|
|
||||||
"matchDatasources": ["custom.k3s"],
|
|
||||||
"rangeStrategy": "replace"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customDatasources": {
|
"customDatasources": {
|
||||||
|
@ -51,7 +47,7 @@
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [".forgejo/renovate/k3s.json"],
|
"fileMatch": [".forgejo/renovate/k3s.json"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"matchCurrentVersion\": \"(?<currentValue><\\d+\\.\\d+)\""
|
"matchCurrentVersion\": \"<(?<currentValue>\\d+\\.\\d+)\""
|
||||||
],
|
],
|
||||||
"depNameTemplate": "k3s",
|
"depNameTemplate": "k3s",
|
||||||
"versioningTemplate": "npm",
|
"versioningTemplate": "npm",
|
||||||
|
|
Loading…
Reference in a new issue