Skip to content

Commit 5c9c80f

Browse files
committed
setup renovate
1 parent 3c1579b commit 5c9c80f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

renovate.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"extends": ["config:base"],
3+
"automerge": true,
4+
"automergeType": "pr",
5+
"prConcurrentLimit": 5,
6+
"prHourlyLimit": 2,
7+
"packageRules": [
8+
{
9+
"matchManagers": ["cocoapods", "swift"],
10+
"matchUpdateTypes": ["minor", "patch"],
11+
"automerge": true
12+
},
13+
{
14+
"matchManagers": ["github-actions"],
15+
"automerge": true
16+
}
17+
],
18+
"labels": ["dependencies"],
19+
"rebaseWhen": "behind-base-branch"
20+
}
21+

0 commit comments

Comments
 (0)