From 83ee05dd0e6eb1aab928cb36ea6abd76db11ac0e Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 26 Sep 2024 15:12:25 +0200 Subject: [PATCH] chore(renovate): update --- renovate.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 08cfd65132..ed07349d0f 100644 --- a/renovate.json +++ b/renovate.json @@ -4,5 +4,20 @@ ], "lockFileMaintenance": { "enabled": true - } + }, + "ignoreDeps": [ + "happy-dom" + ], + "baseBranches": ["dev", "v3"], + "packageRules": [{ + "matchBaseBranches": ["v3"], + "labels": ["v3"] + }, { + "groupName": "tailwindcss", + "matchPackageNames": [ + "tailwindcss", + "@tailwindcss/postcss", + "@tailwindcss/vite" + ] + }] }