Skip to content

Commit ae62771

Browse files
Migrate config .github/renovate.json
1 parent 3134959 commit ae62771

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.github/renovate.json

+14-5
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@
77
],
88
"packageRules": [
99
{
10-
"updateTypes": ["minor", "patch"],
11-
"schedule": ["every month"]
10+
"matchUpdateTypes": [
11+
"minor",
12+
"patch"
13+
],
14+
"schedule": [
15+
"every month"
16+
]
1217
},
1318
{
14-
"updateTypes": ["major"],
15-
"schedule": ["every weekend"]
19+
"matchUpdateTypes": [
20+
"major"
21+
],
22+
"schedule": [
23+
"every weekend"
24+
]
1625
}
1726
]
18-
}
27+
}

0 commit comments

Comments
 (0)