From e3fe774a064b68d843ed484cb0f65099e24f9991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 4 May 2025 00:33:09 +0200 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index d970352..bc63a62 100644 --- a/renovate.json +++ b/renovate.json @@ -14,9 +14,11 @@ "customManagers": [ { "customType": "regex", - "fileMatch": ["^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$"], + "fileMatch": [ + "^\\.github\\/(?:workflows|actions)\\/.+\\.ya?ml$" + ], "matchStrings": [ - "(?:version|VERSION): (?.+) # renovate: datasource=(?[a-z-]+) depName=(?.+)(?: lookupName=(?.+))?(?: versioning=(?[a-z-]+))?" + "(?:version|VERSION): (?.+) # renovate: datasource=(?[a-z-]+) depName=(?.+)(?: packageName=(?.+))?(?: versioning=(?[a-z-]+))?" ] } ]