From f6f536057486fb678d9209c90bb08a2cef18233b Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Mon, 16 Oct 2023 18:20:09 +0300 Subject: [PATCH] Make fileMatch more specific Hopefully, this makes it run faster and prevents potential false-positives. Although.. a false-positive is unlikely anyway. --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index c822d5ce9..db03f2b49 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,7 +5,7 @@ ], "regexManagers": [ { - "fileMatch": [".*y[a]?ml$"], + "fileMatch": ["defaults/main.yml$"], "matchStrings": [ "# renovate: datasource=(?[a-z-.]+?) depName=(?[^\\s]+?)(?: (?:lookupName|packageName)=(?[^\\s]+?))?(?: versioning=(?[a-z-0-9]+?))?\\s+[A-Za-z0-9_]+?(?:_version|_tag)\\s*:\\s*[\"']?(?.+?)[\"']?\\s" ]