From 1acd3a3f1ee5fe707633dba46e86b16b0ede2aee Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 7 Feb 2025 11:54:35 +0100 Subject: [PATCH] test --- renovate.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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" } ] }