Android-Password-Store/.github/renovate.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

25 lines
451 B
JSON
Raw Normal View History

2021-12-23 10:28:54 +00:00
{
"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"
}
2021-12-23 10:28:54 +00:00
]
}