Convert file to Json5 format and add trialing comma
This commit is contained in:
parent
06671b4166
commit
5a3264c32b
1 changed files with 10 additions and 9 deletions
19
.github/renovate.json → .github/renovate.json5
vendored
19
.github/renovate.json → .github/renovate.json5
vendored
|
|
@ -1,14 +1,14 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended",
|
||||||
],
|
],
|
||||||
"labels": [
|
"labels": [
|
||||||
"PR-Dependencies"
|
"PR-Dependencies",
|
||||||
],
|
],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"string:app_name",
|
"string:app_name",
|
||||||
"gradle"
|
"gradle",
|
||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
|
@ -16,15 +16,16 @@
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"/^org.jetbrains.kotlin/",
|
"/^org.jetbrains.kotlin/",
|
||||||
"/^com.google.devtools.ksp/",
|
"/^com.google.devtools.ksp/",
|
||||||
"/^androidx.compose.compiler/"
|
"/^androidx.compose.compiler/",
|
||||||
]
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"versioning": "semver",
|
"versioning": "semver",
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
"/^org.maplibre/",
|
"/^org.maplibre/",
|
||||||
"/^org.jetbrains.kotlinx:kotlinx-datetime/"
|
"/^org.jetbrains.kotlinx:kotlinx-datetime/",
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
]
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue