Skip to content

Commit

Permalink
ci(renovate.json): add pr grouping, add descriptions, update automerg…
Browse files Browse the repository at this point in the history
…e config
  • Loading branch information
waldronmatt committed Oct 15, 2023
1 parent 0d09800 commit 8bbb97e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,25 @@
"extends": ["config:base"],
"packageRules": [
{
"description": "Automerge non-major updates while ignoring < 1.0.0 releases",
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{
"description": "Automerge development dependencies",
"matchDepTypes": ["devDependencies"],
"automerge": true
},
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"]
}
],
"platformAutomerge": true
"platformAutomerge": true,
"automergeType": "branch",
"ignoreTests": true,
"prHourlyLimit": 2
}

0 comments on commit 8bbb97e

Please sign in to comment.