ci: revert k3s update

This commit is contained in:
Michael Kriese 2024-09-25 10:52:10 +02:00
parent 96ee8b8f19
commit 04b627a731
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -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",