Skip to content

Commit 9c8f274

Browse files
committed
Add renovate.json
1 parent 19e2a47 commit 9c8f274

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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+
"prConcurrentLimit": 1,
6+
"separateMajorMinor": false,
7+
"packageRules": [
8+
{
9+
"matchUpdateTypes": ["major", "minor", "patch"],
10+
"groupName": "all dependencies",
11+
"groupSlug": "update-all-dependencies"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)