Skip to content

Commit

Permalink
chore(renovate): Group minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysonsantos committed Aug 23, 2023
1 parent 1e27445 commit 42b551d
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,18 @@
],
"automerge": true,
"automergeType": "pr-comment",
"automergeComment": "bors: r+"
"automergeComment": "bors: r+",
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 42b551d

Please sign in to comment.