From ec6b373c51f336fae04bddc47573ee6d09ce7b60 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Sun, 30 Aug 2026 00:26:06 -0700 Subject: [PATCH] build: group renovate PRs by file to reduce noise --- renovate.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..201b4ec 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,19 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" + ], + "packageRules": [ + { + "matchFileNames": [ + ".github/workflows/**" + ], + "groupName": "github-actions" + }, + { + "matchFileNames": [ + ".mise.toml" + ], + "groupName": "mise tools" + } ] -} +} \ No newline at end of file