From d32392183e93b22539b2b36a3e6ad45640b11444 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 28 Nov 2023 11:35:20 +0200 Subject: [PATCH] matchPaths and matchFiles are now combined into matchFileNames, supporting exact match and glob-only Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com> --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 2f077e1f829..8f380cc836a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,7 +14,7 @@ }, { "groupName": "requirements-cibw.txt", - "matchPaths": [".ci/requirements-cibw.txt"] + "matchFileNames": [".ci/requirements-cibw.txt"] } ], "schedule": ["on the 3rd day of the month"]