chore(renovate): fix config

This commit is contained in:
Michael Kriese 2024-03-20 15:55:09 +01:00
parent 631b7709a7
commit e0ad74ade1
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -76,29 +76,20 @@
"datasourceTemplate": "docker" "datasourceTemplate": "docker"
}, },
{ {
"description": "Update helm unittest plugin", "description": "Detect helm-unittest yaml schema file",
"customType": "regex", "customType": "regex",
"fileMatch": ["^\\.woodpecker/[a-z-]+\\.yml$"], "fileMatch": [".vscode/settings\\.json$"],
"matchStrings": [ "matchStrings": [
"helm plugin install --version (?<currentValue>.+?) https://github.com/helm-unittest/helm-unittest\\s" "https://raw\\.githubusercontent\\.com/helm-unittest/helm-unittest/(?<currentValue>v[0-9.]+?)/schema/helm-testsuite\\.json"
], ],
"depNameTemplate": "helm-unittest", "depNameTemplate": "helm-unittest",
"packageNameTemplate": "helm-unittest/helm-unittest", "packageNameTemplate": "helm-unittest/helm-unittest",
"datasourceTemplate": "github-releases" "datasourceTemplate": "github-releases"
}, },
{
"description": "Detect helm-unittest yaml schema file",
"customType": "regex",
"fileMatch": [".vscode/settings\\.json$"],
"matchStrings": [
"https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json"
],
"datasourceTemplate": "github-releases"
},
{ {
"customType": "regex", "customType": "regex",
"description": "Update kindest kubernetes references", "description": "Update kindest kubernetes references",
"fileMatch": ["^\\.forgejo\\/workflows\\/[^/]+\\.ya?ml$"], "fileMatch": ["^\\.forgejo/workflows/[^/]+\\.ya?ml$"],
"matchStrings": [ "matchStrings": [
" +- (?<currentValue>v\\d+\\.\\d+\\.\\d+) # renovate: kindest\\n" " +- (?<currentValue>v\\d+\\.\\d+\\.\\d+) # renovate: kindest\\n"
], ],