From 900a7a0ca5784cb109de59cbfae5de7a5bd0c76f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 15:20:21 +0200 Subject: [PATCH] chore(config): migrate renovate config (#5350) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 6543 <6543@obermui.de> --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6d0ed9fd1..df4e5c234 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,7 +5,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["shared/constant/constant.go"], + "managerFilePatterns": ["/^shared/constant/constant.go$/"], "matchStrings": [ "//\\s*renovate:\\s*datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+DefaultClonePlugin = \"docker.io/woodpeckerci/plugin-git:(?.*)\"" ],