-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjava-gradleplugin-sourceurl.json
41 lines (41 loc) · 1.29 KB
/
java-gradleplugin-sourceurl.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
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDatasources": ["maven"],
"matchPackageNames": [
"me.philippheuer.configuration:me.philippheuer.configuration.gradle.plugin"
],
"sourceUrl": "https://github.com/PhilippHeuer/gradle-projectconfiguration"
},
{
"matchDatasources": ["maven"],
"matchPackageNames": ["io.freefair.gradle:lombok-plugin"],
"sourceUrl": "https://github.com/freefair/gradle-plugins"
},
{
"matchDatasources": ["maven"],
"matchPackageNames": [
"org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin"
],
"sourceUrl": "https://github.com/JetBrains/kotlin"
},
{
"matchDatasources": ["maven"],
"matchPackageNames": [
"org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin"
],
"sourceUrl": "https://github.com/Kotlin/dokka"
},
{
"matchDatasources": ["maven"],
"matchPackageNames": ["com.gradleup.shadow:shadow-gradle-plugin"],
"sourceUrl": "https://github.com/GradleUp/shadow"
},
{
"matchDatasources": ["maven"],
"matchPackageNames": ["org.cyclonedx:cyclonedx-gradle-plugin"],
"sourceUrl": "https://github.com/CycloneDX/cyclonedx-gradle-plugin"
}
]
}