diff --git a/renovate.json5 b/renovate.json5 index 0848d27..735a247 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -21,16 +21,17 @@ }, ], 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", + // 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", + }, ], }