{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>plcnk/.github:default.json5", ":semanticCommitTypeAll(chore)" ], "regexManagers": [ { "fileMatch": ["\\.yaml$"], "matchStrings": [ "# ?renovate datasource=(?.+?) depName=(?.+)\\n.+: [\"']?(?.+?)[\"']?\\n" ] } ], "packageRules": [ { "matchDatasources": ["helm"], "commitMessageTopic": "{{depName}} Helm release" } ] }