Skip to content

Commit 7210069

Browse files
authored
chore: Update renovate config
Restrict updates to major versions, pin versions, auto-assign reviewers (2), and auto-label PRs.
1 parent c6b49a3 commit 7210069

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"updateTypes": ["major"],
6+
"automerge": false,
7+
"assigneesFromCodeOwners": true,
8+
"assigneesSampleSize": 2,
9+
"bumpVersion": "minor",
10+
"commitBodyTable": true,
11+
"rangeStrategy": "pin"
12+
"labels": [
13+
"maintenance", "renovate"
414
]
515
}

0 commit comments

Comments
 (0)