diff --git a/.github/renovate.json b/.github/renovate.json index 33c45d8b98c..859511891e6 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:base", ":preserveSemverRanges", "group:all"], + "extends": ["config:recommended", ":preserveSemverRanges", "group:all"], "postUpdateOptions": ["pnpmDedupe"], "packageRules": [ { @@ -11,9 +11,8 @@ { "groupName": "all non-major dependencies", "groupSlug": "all-minor-patch", - "matchPackagePatterns": ["*"], - "excludePackagePatterns": ["oxlint"], - "matchUpdateTypes": ["minor", "patch"] + "matchUpdateTypes": ["minor", "patch"], + "matchPackageNames": ["*", "!/oxlint/"] } ], "commitMessagePrefix": "chore: ",