diff --git a/renovate.json b/renovate.json index 13b4031..c092986 100644 --- a/renovate.json +++ b/renovate.json @@ -7,12 +7,11 @@ "helmfile.yaml" ], "matchStrings": [ - "^(?\s*-\s*)path: git::(?.*)ref=(?.*)$" + "^(?\s*-\s*)path: git::(?.*)ref=(?.*)$" ], "depNameTemplate": "test-source", "datasourceTemplate": "github-refs", - "packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source", - "autoReplaceStringTemplate": "{{indentation}}path: git::" + "packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source" } ] }