{ "$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/helm" ], "automerge": true, "enabled": true, "matchManagers": [ "helm" ], "matchUpdateTypes": [ "minor", "patch" ] }, { "addLabels": [ "renovate/automerge", "renovate/helm" ], "automerge": true, "enabled": true, "matchDatasources": [ "github-tags", "github-releases" ], "matchPackageNames": [ "helm/helm" ], "matchUpdateTypes": [ "minor", "patch" ] }, { "automerge": true, "groupName": "Update helm plugin 'unittest'", "matchPackageNames": [ "helm-unittest/helm-unittest" ], "matchUpdateTypes": [ "minor", "patch" ] } ] }