Skip to content

Commit

Permalink
Renovate: Group aws* & boto* packages together, since they produce in…
Browse files Browse the repository at this point in the history
…compatible single updated branches otherwise
  • Loading branch information
jonashackt committed Aug 31, 2020
1 parent 695faa6 commit dfc7e90
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 @@ -12,5 +12,16 @@
},
"circleci": {
"enabled": false
}
},
"packageRules": [
{
"packagePatterns": ["aws", "boto"],
"groupName": "aws packages",
"automerge": true,
"automergeType": "branch",
"major": {
"automerge": false
}
}
]
}

0 comments on commit dfc7e90

Please sign in to comment.