Android-Password-Store/.github/renovate.json
2022-09-02 16:34:02 +00:00

24 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"
}
]
}