From 36b6b58bf49a387aa56a7875d3402c142e745828 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 7 Feb 2025 12:14:28 +0100 Subject: [PATCH] dummy --- renovate.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 97c1075..143d7a5 100644 --- a/renovate.json +++ b/renovate.json @@ -7,12 +7,13 @@ "helmfile.yaml" ], "matchStrings": [ - "(?\\s*-\\s*)path: git::(?.*)ref=(?.*)" + "(?\\s*-\\s*)path: git::(?.*)ref=(?.*)" ], - "currentValueTemplate": "master", "depNameTemplate": "test-source", "datasourceTemplate": "git-refs", - "packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source" + "packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source", + "versioningTemplate": "loose", + "replaceString": "{{indentation}}{{commitSHA}}" } ] }