diff --git a/renovate.json b/renovate.json index c4502ea..09cae3d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>doist/renovate-config:frontend-base"] + "extends": ["github>doist/renovate-config:frontend-base"], + "packageRules": [ + { + "matchPackageNames": ["oxlint", "oxfmt"], + "groupName": "ox toolchain", + "description": "Group oxlint and oxfmt updates into a single PR" + } + ] }