forked from nilius/renovate_issue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json
31 lines (30 loc) · 879 Bytes
/
renovate.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"labels": [ "renovate" ],
"timezone": "Europe/Berlin",
"schedule": [ "after 9am and before 5pm on Mon to Fri" ],
"updateNotScheduled": true,
"dependencyDashboard": false,
"prHourlyLimit": 0,
"prConcurrentLimit": 1,
"prCreation": "not-pending",
"recreateClosed": false,
"rebaseWhen": "behind-base-branch",
"separateMajorMinor": false,
"semanticCommits": "disabled",
"stabilityDays": 0,
"rangeStrategy": "replace",
"enabledManagers": [ "sbt" ],
"packageRules": [
{
"groupName": [ "all versions" ],
"matchUpdateTypes": [ "major", "minor", "patch", "pin", "digest" ],
"automerge": true
},
{
"matchManagers": [ "sbt" ],
"matchPackagePrefixes": [ "io.confluent" ],
"registryUrls": [ "https://packages.confluent.io/maven/" ]
}
]
}