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"