From c15b91a3d923895ee992e5210ff274f63cc28ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Valverd=C3=A9?= Date: Fri, 3 Oct 2025 15:31:22 +0200 Subject: [PATCH] Update Renovate config --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 92442a6..5cb8b95 100644 --- a/renovate.json +++ b/renovate.json @@ -10,13 +10,13 @@ "manager": "bun" }, { - "matchManagers": ["bun"], + "matchManagers": ["bun", "npm"], "matchUpdateTypes": ["minor", "patch"], "groupName": "bun minor+patch updates", "groupSlug": "bun-minor-patch" }, { - "matchManagers": ["bun"], + "matchManagers": ["bun", "npm"], "matchUpdateTypes": ["major"], "groupName": "bun major updates", "groupSlug": "bun-major"