From 6fa5f8531ccd219a706f4047ae76ca4affbb228f Mon Sep 17 00:00:00 2001 From: Scott Lovegrove Date: Mon, 8 Jun 2026 17:48:56 +0100 Subject: [PATCH] chore: group oxlint and oxfmt renovate updates Group oxlint and oxfmt updates into a single PR so the ox toolchain bumps together. Co-Authored-By: Claude Opus 4.8 (1M context) --- renovate.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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" + } + ] }