Skip to content

Commit

Permalink
feat(renovate): group major updates of semantic-release packages (#657
Browse files Browse the repository at this point in the history
)
  • Loading branch information
marcusrbrown committed Sep 9, 2024
1 parent fef13a5 commit 659461d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 659461d

Please sign in to comment.