From 0363d2332646b26b4632fec8f09ac44fa44f086c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 22 Jul 2024 13:29:31 +0900 Subject: [PATCH] chore: Configure `ignorePaths` for renovate --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index b8342646af93..1cf510305307 100644 --- a/renovate.json +++ b/renovate.json @@ -25,5 +25,6 @@ "matchUpdateTypes": ["minor", "patch", "pin", "digest"], "automerge": true } - ] + ], + "ignorePaths": ["packages/core/e2e/fixtures"] }