Skip to content

Commit

Permalink
fix: Wrap updateTypes in packageRules
Browse files Browse the repository at this point in the history
  • Loading branch information
dmwelch committed Aug 24, 2020
1 parent 58df4d1 commit 0f6dfbf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Expand Up @@ -2,7 +2,11 @@
"extends": [
"config:base"
],
"updateTypes": ["major"],
"packageRules": [
{
"updateTypes": ["major"]
}
],
"automerge": false,
"assigneesFromCodeOwners": true,
"assigneesSampleSize": 2,
Expand Down

0 comments on commit 0f6dfbf

Please sign in to comment.