Skip to content

Commit 9ea989b

Browse files
committed
group updates
1 parent d3e8003 commit 9ea989b

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

renovate.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
3+
"extends": ["config:recommended"],
4+
"packageRules": [
5+
{
6+
"matchUpdateTypes": ["major"],
7+
"schedule": ["after 9am on Monday"]
8+
},
9+
{
10+
"matchUpdateTypes": ["major", "patch", "minor"],
11+
"groupName": "non-major-updates",
12+
"schedule": ["after 8am on Monday"]
13+
}
514
]
615
}

0 commit comments

Comments
 (0)