Skip to content

Commit

Permalink
chore: add updateTypes to renovate package rule (#44)
Browse files Browse the repository at this point in the history
Adding this extra config ensures it overrules the parent config, which itself enabled `automerge`.
  • Loading branch information
rarkins authored and ikatyang committed Jul 6, 2018
1 parent 0f8d047 commit d75cc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"packages": [
{
"packageName": "yaml",
"updateTypes": ["major", "minor", "patch"],
"automerge": false
}
]
Expand Down

0 comments on commit d75cc5b

Please sign in to comment.