From cb4c3b5864e907c08761d3f50eac111c07455f7e Mon Sep 17 00:00:00 2001 From: Quentin Deroubaix Date: Mon, 4 Dec 2023 10:59:54 +0100 Subject: [PATCH] fix: use minimatch pattern --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 9f6eff4fc1..272e068f20 100644 --- a/renovate.json +++ b/renovate.json @@ -37,7 +37,7 @@ "groupSlug": "angular-dependencies" }, { - "matchFileNames": ["^\\.github/workflows/[^/]+\\.ya?ml$"], + "matchFileNames": [".github/workflows/*.(yaml|yml)"], "groupName": "Github Actions", "groupSlug": "github-actions" }