forked from gooddata/gooddata-server-oauth2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrenovate.json5
42 lines (42 loc) · 1.26 KB
/
renovate.json5
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>gooddata/.github",
":automergeDigest",
":automergeLinters",
":enableVulnerabilityAlertsWithLabel(security)",
"github>whitesource/merge-confidence:beta"
],
"ignorePresets": [":dependencyDashboard", "group:springSecurity", "workarounds:javaLTSVersions"],
"commitMessagePrefix": "UPDATE: ",
"addLabels": ["renovate"],
"enabledManagers": ["gradle", "gradle-wrapper" ],
"packageRules": [
{
"matchPackagePrefixes": ["io.gitlab.arturbosch.detekt"],
"groupName": "detekt"
},
{
"matchPackagePrefixes": ["org.jetbrains.kotlin."],
"groupName": "kotlin",
"allowedVersions": "<1.7.0"
},
{
"groupName": "spring security",
"matchPackagePrefixes": ["org.springframework.security:"],
"allowedVersions": "<5.7.0"
},
{
"groupName": "spring boot",
"matchPackagePrefixes": ["org.springframework.boot"],
"allowedVersions": "<2.7.0"
},
{
"groupName": "kotlinx-coroutines",
"matchManagers": ["gradle"],
"matchPackagePrefixes": ["org.jetbrains.kotlinx:kotlinx-coroutines"],
"allowedVersions": "1.3.8",
"description": "Required by kroto-plus 0.6.1"
},
]
}