From b536bb7ea925c1e805c89035186331e827ac002d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 13:51:51 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 2fbbb40..ada450e 100644 --- a/renovate.json +++ b/renovate.json @@ -11,12 +11,15 @@ "gomodTidy", "gomodUpdateImportPaths" ], - "goGetDirs": ["./...", "./hcloudimages/..."], + "goGetDirs": [ + "./...", + "./hcloudimages/..." + ], "customManagers": [ { "customType": "regex", - "fileMatch": [ - "^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$" + "managerFilePatterns": [ + "/^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$/" ], "matchStrings": [ "(?:version|VERSION): (?.+) # renovate: datasource=(?[a-z-]+) depName=(?.+)(?: packageName=(?.+))?(?: versioning=(?[a-z-]+))?"