diff --git a/.github/renovate.json b/.github/renovate.json index 23b48ba4..83900773 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,21 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["github>rstackjs/renovate"], "packageRules": [ + { + "description": "Update rstack runtime dependencies individually", + "matchManagers": ["npm"], + "matchPackageNames": [ + "@rsbuild/core", + "@rslib/core", + "@rslint/core", + "@rstest/core", + "prettier", + "yuku-parser" + ], + "groupName": null, + "groupSlug": null, + "automerge": true + }, { "description": "Disable Rust toolchain updates", "matchManagers": ["rust-toolchain"],