fix(helm): init

This commit is contained in:
2026-06-07 17:27:22 +02:00
parent 923e12ad34
commit 844eb3f9e8
+45
View File
@@ -0,0 +1,45 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"datasourceTemplate": "github-releases",
"fileMatch": [
".vscode/settings\\.json$"
],
"matchStrings": [
"https:\\/\\/raw\\.githubusercontent\\.com\\/(?<depName>[^\\s]+?)\\/(?<currentValue>v[0-9.]+?)\\/schema\\/helm-testsuite\\.json"
]
}
],
"packageRules": [
{
"addLabels": [
"renovate/automerge",
"renovate/golang"
],
"automerge": true,
"enabled": true,
"groupName": "helm",
"groupSlug": "helm",
"matchManagers": [
"helm"
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"automerge": true,
"groupName": "Update helm plugin 'unittest'",
"matchDepNames": [
"helm-unittest/helm-unittest"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}