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",