Skip to content

Commit 0226925

Browse files
committed
fix: update renovate rules
1 parent 63973f7 commit 0226925

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

renovate.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
32
"extends": [
4-
"config:recommended"
3+
"config:base"
4+
],
5+
"schedule": [
6+
"on the third tuesday of the month before 12pm"
7+
],
8+
"timezone": "UTC",
9+
"rebaseWhen": "conflicted",
10+
"packageRules": [
11+
{
12+
"matchUpdateTypes": [
13+
"minor",
14+
"patch"
15+
],
16+
"automerge": true,
17+
"groupName": "minor and patch updates"
18+
},
19+
{
20+
"matchUpdateTypes": [
21+
"major"
22+
],
23+
"automerge": false
24+
},
25+
{
26+
"matchUpdateTypes": [
27+
"digest"
28+
],
29+
"automerge": false
30+
}
531
]
632
}

0 commit comments

Comments
 (0)