diff --git a/renovate.json b/renovate.json index e91b62d7..64e1b1f2 100644 --- a/renovate.json +++ b/renovate.json @@ -24,7 +24,7 @@ "matchFileNames": ["package.json"], "matchDepTypes": ["devDependencies"], "matchUpdateTypes": ["minor", "patch"], - "excludePackageNames": ["@types/bun"] + "matchPackageNames": ["!@types/bun"] }, { "description": "Group all docs dependencies (Astro, Starlight, etc.) into a single PR",