Skip to content

Commit

Permalink
chore: Update renovate config
Browse files Browse the repository at this point in the history
Restrict updates to major versions, pin versions, auto-assign reviewers (2), and auto-label PRs.
  • Loading branch information
dmwelch committed Aug 24, 2020
1 parent c6b49a3 commit 7210069
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
@@ -1,5 +1,15 @@
{
"extends": [
"config:base"
],
"updateTypes": ["major"],
"automerge": false,
"assigneesFromCodeOwners": true,
"assigneesSampleSize": 2,
"bumpVersion": "minor",
"commitBodyTable": true,
"rangeStrategy": "pin"
"labels": [
"maintenance", "renovate"
]
}

0 comments on commit 7210069

Please sign in to comment.