{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "customManagers": [ { "customType": "regex", "fileMatch": [ "helmfile.yaml" ], "matchStrings": [ "(?\\s*-\\s*)path: git::(?.*)ref=(?.*)" ], "currentValueTemplate": "main", "depNameTemplate": "test-source", "packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source", "datasourceTemplate": "git-refs" } ] }