Skip to content

Commit 18f92f9

Browse files
committed
Add renovate.json
1 parent d7a3051 commit 18f92f9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
4+
"schedule": ["before 5am on the first day of the month"],
5+
"packageRules": [
6+
{
7+
"matchUpdateTypes": ["minor", "patch"],
8+
"groupName": "dependencies (minor, patch)",
9+
"groupSlug": "minor-patch-dependency-updates"
10+
},
11+
{
12+
"matchUpdateTypes": ["major"],
13+
"groupName": "dependencies",
14+
"groupSlug": "dependency-upgrades"
15+
}
16+
]
17+
}

0 commit comments

Comments
 (0)