Skip to content

Commit 71c4fcd

Browse files
authored
Update renovate.json
1 parent 40e93aa commit 71c4fcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"packageRules": [
5+
{
6+
"matchUpdateTypes": ["major"],
7+
"schedule": ["before 10am on the first day of the month"],
8+
"groupName": "other major updates"
9+
},
510
{
611
"matchUpdateTypes": ["patch", "minor"],
712
"schedule": ["before 10am on the first day of the month"],

0 commit comments

Comments
 (0)