Skip to content

Commit

Permalink
Combine all minor and patch updates to one branch/PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dochang authored Jul 15, 2023
1 parent 4dc4b41 commit 9a2d078
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

22 changes: 22 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
// Combine all minor and patch updates to one branch/PR.
// https://stackoverflow.com/a/67071518
// https://docs.renovatebot.com/presets-group/#groupallnonmajor
}

0 comments on commit 9a2d078

Please sign in to comment.