diff --git a/helm.json b/helm.json new file mode 100644 index 0000000..72c0f37 --- /dev/null +++ b/helm.json @@ -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\\/(?[^\\s]+?)\\/(?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" + ] + } + ] +} \ No newline at end of file