From bf9ad5a738602d0efde7b8c69488f278e091dbac Mon Sep 17 00:00:00 2001 From: Jean-Yves Moyen Date: Tue, 24 Oct 2023 09:41:09 +0200 Subject: [PATCH] Ignore get-packages and chalk for Renovate --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index f74eeed2f5..8615007571 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,12 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "description": "Use Alfa's renovate preset", + "packageRules": [ + { + "description": "get-packages must be kept at the same version as in @changesets/cli; chalk update needs some fix in alfa-test", + "matchPackageNames": ["@manypkg/get-packages", "chalk"], + "enabled": false + } + ], "extends": ["local>siteimprove/alfa//config/alfa-renovate"] }