Skip to content

Commit 5b37941

Browse files
committed
Add packageRules for minor and patch updates. Schedule weekend
1 parent 08dd003 commit 5b37941

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

renovate.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,23 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5-
]
5+
],
6+
"packageRules": [
7+
{
8+
"matchUpdateTypes": [
9+
"minor"
10+
],
11+
"groupName": "all minor updates"
12+
},
13+
{
14+
"matchUpdateTypes": [
15+
"patch"
16+
],
17+
"groupName": "all patch updates"
18+
}
19+
],
20+
"schedule": [
21+
"every weekend"
22+
],
23+
"timezone": "Asia/Tokyo"
624
}

0 commit comments

Comments
 (0)