Skip to content

Commit 721eec0

Browse files
committed
chore: make renovate to automerge patch upgrades
1 parent bd2fe56 commit 721eec0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.renovaterc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
{
22
"extends": ["config:base"],
3-
"schedule": ["before 3am every weekend"],
3+
"stabilityDays": 3,
4+
"prCreation": "not-pending"
45
"automerge": true,
6+
"separateMinorPatch": true,
57
"major": {
68
"automerge": false
9+
},
10+
"minor": {
11+
"automerge": false
712
}
813
}

0 commit comments

Comments
 (0)