From 2e16e23f585d313795f227b0228cbe8aec5807fe Mon Sep 17 00:00:00 2001 From: Rex P <106129829+another-rex@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:06:47 +1300 Subject: [PATCH] Renovate bot use ignorePaths instead for fixtures (#264) --- renovate.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index ad6aa55639..0c17a7b515 100644 --- a/renovate.json +++ b/renovate.json @@ -20,11 +20,9 @@ { "matchPaths": [".github/"], "groupName": "workflows" - }, - { - "matchPaths": ["**/fixtures/"], - "groupName": "Ignore testing fixtures", - "enabled": false } + ], + "ignorePaths": [ + "**/fixtures/**" ] }