Skip to content

Commit 1e7f50b

Browse files
committed
Setup renovate configuration
1 parent 9053f80 commit 1e7f50b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

renovate.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"schedule": ["before 5am on sunday"],
4+
"groupName": "all dependencies",
5+
"packageRules": [
6+
{
7+
"matchPackagePatterns": ["*"],
8+
"groupName": "all dependencies"
9+
}
10+
],
11+
"prHourlyLimit": 0,
12+
"prConcurrentLimit": 0
13+
}

0 commit comments

Comments
 (0)