ci: revert k3s update
Some checks failed
build / lint-node (push) Has been cancelled
build / lint-helm (push) Has been cancelled
build / e2e (v1.28.14+k3s1) (push) Has been cancelled
build / e2e (v1.30.5+k3s1) (push) Has been cancelled
build / e2e (v1.31.1+k3s1) (push) Has been cancelled
build / test-success (push) Has been cancelled
build / publish (push) Has been cancelled
Some checks failed
build / lint-node (push) Has been cancelled
build / lint-helm (push) Has been cancelled
build / e2e (v1.28.14+k3s1) (push) Has been cancelled
build / e2e (v1.30.5+k3s1) (push) Has been cancelled
build / e2e (v1.31.1+k3s1) (push) Has been cancelled
build / test-success (push) Has been cancelled
build / publish (push) Has been cancelled
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…
Add table
Add a link
Reference in a new issue