Format file (no other change)
This commit is contained in:
parent
be45feac43
commit
950fb9ebf4
1 changed files with 11 additions and 7 deletions
18
.github/renovate.json
vendored
18
.github/renovate.json
vendored
|
|
@ -1,18 +1,22 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema" : "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends" : [
|
||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
"labels": ["dependencies"],
|
"labels" : [
|
||||||
"ignoreDeps": ["string:app_name"],
|
"dependencies"
|
||||||
"packageRules": [
|
],
|
||||||
|
"ignoreDeps" : [
|
||||||
|
"string:app_name"
|
||||||
|
],
|
||||||
|
"packageRules" : [
|
||||||
{
|
{
|
||||||
"matchPackagePatterns": [
|
"matchPackagePatterns" : [
|
||||||
"^org.jetbrains.kotlin",
|
"^org.jetbrains.kotlin",
|
||||||
"^com.google.devtools.ksp",
|
"^com.google.devtools.ksp",
|
||||||
"^androidx.compose.compiler"
|
"^androidx.compose.compiler"
|
||||||
],
|
],
|
||||||
"groupName": "kotlin"
|
"groupName" : "kotlin"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue