From 806cd1f747ec0ff93c486f26c907b10f6fe9c5bc Mon Sep 17 00:00:00 2001 From: soblin Date: Sat, 22 Aug 2026 02:18:31 +0900 Subject: [PATCH] chore(renovate): ignore patch updates Patch level bumps of the CLI tools do not need a PR each. minor and major updates are still opened. Co-Authored-By: Claude Claude-Session: https://claude.ai/code/session_018aVdWSLTWB8VmHUBKgBVcN --- renovate.json5 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json5 b/renovate.json5 index 6f1da99..0848d27 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -21,6 +21,12 @@ }, ], 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",