From 6374ad1d31993f0ea56dae280e08b07688750f37 Mon Sep 17 00:00:00 2001 From: kvanzuijlen <8818390+kvanzuijlen@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:05:45 +0100 Subject: [PATCH] chore: simplified file match --- .github/renovate.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 3ad6ba55..dce76eb6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -41,7 +41,7 @@ }, { customType: "regex", - fileMatch: ["(^|/)\\.github/workflows/[^/]+\\.ya?ml$", "(^|/)\\.github/[^/]+\\.sh$"], + fileMatch: ["(^|/)\\.github/workflows/[^/]+\\.ya?ml$"], matchStrings: [ "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+?[\\w\\s-]*?version: (?.*)\\s", "# renovate: datasource=(?.*?) depName=(?.*?)( versioning=(?.*?))?\\s+?[\\w\\s]*?_VERSION: (?.*)\\s",