diff --git a/default.json b/default.json index 5f532eb..1449aea 100644 --- a/default.json +++ b/default.json @@ -11,6 +11,13 @@ "suppressNotifications": ["prIgnoreNotification"], "schedule": ["at any time"], "packageRules": [ + { + "description": "Group major updates of `semantic-release` and `conventional-changelog-conventionalcommits`.", + "matchPackageNames": ["conventional-changelog-conventionalcommits", "semantic-release"], + "matchUpdateTypes": ["major"], + "groupName": "semantic-release and conventionalcommits", + "semanticCommitType": "feat" + }, { "description": "Allow floating versions for my Renovate config presets.", "matchDepNames": ["marcusrbrown/renovate-config"], @@ -43,9 +50,10 @@ { "description": "Enable platform automerge for selected repositories.", "matchRepositories": [ + "**/.dotfiles", "**/.github", + "**/ai-chatbot", "**/containers", - "**/copiloting", "**/esphome.life", "**/gh-app", "**/gh-extensions-manifest",