Skip to content

Commit

Permalink
grouping together minor updates in renovate.json rule (#18644)
Browse files Browse the repository at this point in the history
* grouping together minor updates in renovate.json rule

* adding rule for patch updates
  • Loading branch information
FailedSitcom authored and GatsbyJS Bot committed Oct 16, 2019
1 parent af5eb31 commit a6ec1e0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
"bumpVersion": null,
"semanticCommitScope": null,
"prHourlyLimit": 0,
"packageRules": [
{
"groupName": "minor updates in packages",
"updateTypes": ["minor"]
},
{
"groupName": "patch updates in packages",
"updateTypes": ["patch"]
}
],
"timezone": "GMT",
"schedule": "after 10am on Monday"
}

0 comments on commit a6ec1e0

Please sign in to comment.