{ "$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" ] } ] }