mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
25 lines
451 B
JSON
25 lines
451 B
JSON
{
|
|
"extends": [
|
|
"config:base",
|
|
":dependencyDashboard"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["^kotlin", "^org.jetbrains.kotlin"],
|
|
"groupName": "kotlin"
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
".kt$"
|
|
],
|
|
"matchStrings": [
|
|
"KTFMT_VERSION = \"(?<currentValue>.*)\""
|
|
],
|
|
"datasourceTemplate": "maven",
|
|
"depNameTemplate": "com.facebook:ktfmt"
|
|
}
|
|
]
|
|
}
|