ddef295aa6
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
36 lines
628 B
JSON
36 lines
628 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":dependencyDashboard"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": [
|
|
"^kotlin",
|
|
"^org.jetbrains.kotlin"
|
|
],
|
|
"groupName": "kotlin"
|
|
},
|
|
{
|
|
"managers": [
|
|
"gradle"
|
|
],
|
|
"matchPackagePatterns": [
|
|
"^androidx.appcompat"
|
|
],
|
|
"enabled": false
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
".kt$"
|
|
],
|
|
"matchStrings": [
|
|
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
|
],
|
|
"datasourceTemplate": "maven",
|
|
"depNameTemplate": "com.facebook:ktfmt"
|
|
}
|
|
]
|
|
}
|