forked from coil-kt/coil
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrenovate.json
More file actions
20 lines (20 loc) · 714 Bytes
/
Copy pathrenovate.json
File metadata and controls
20 lines (20 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"dependencyDashboard": false,
"packageRules": [
{
"groupName": "Kotlin compiler plugins",
"matchPackagePrefixes": [
"dev.drewhamilton.poko",
"org.jetbrains.kotlin:kotlin",
"org.jetbrains.kotlin:kotlin-compose-compiler-plugin-embeddable",
"org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin",
"org.jetbrains.kotlinx:atomicfu-gradle-plugin",
"org.jetbrains.kotlinx.binary-compatibility-validator"
]
}
]
}