From 70d3d558ea52cfcf897805f15ff8f866fdb7cfba Mon Sep 17 00:00:00 2001 From: soblin Date: Sat, 22 Aug 2026 14:33:34 +0900 Subject: [PATCH 1/2] chore(renovate): group dependency updates per manager Co-Authored-By: Claude Claude-Session: https://claude.ai/code/session_01EVKcEBUkrFfZxLYhD3y4eF --- renovate.json5 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 0848d27..2171e3f 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -30,7 +30,14 @@ { matchManagers: ["custom.regex"], semanticCommitScope: "ansible", + // open a single PR for all the tools installed by ansible + groupName: "ansible tools", commitMessageTopic: "{{depName}}", }, + { + matchManagers: ["github-actions"], + // open a single PR for all the actions used in the workflows + groupName: "github actions", + }, ], } From 9b8af0d1ca90e6dec3f7e1b2699d560019ae8199 Mon Sep 17 00:00:00 2001 From: soblin Date: Sun, 23 Aug 2026 16:35:06 +0900 Subject: [PATCH 2/2] chore(renovate): enable patch updates Co-Authored-By: Claude Claude-Session: https://claude.ai/code/session_01EVKcEBUkrFfZxLYhD3y4eF --- renovate.json5 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 2171e3f..735a247 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -21,12 +21,6 @@ }, ], packageRules: [ - { - // patch updates are not worth a PR for these tools. minor and major are - // still opened - matchUpdateTypes: ["patch"], - enabled: false, - }, { matchManagers: ["custom.regex"], semanticCommitScope: "ansible",