diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/renovate.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/renovate.json b/.github/renovate.json index 583a23dc..5b9d9cdd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,5 +8,17 @@ "matchPackagePatterns": ["^kotlin", "^org.jetbrains.kotlin"], "groupName": "kotlin" } + ], + "regexManagers": [ + { + "fileMatch": [ + ".kt$" + ], + "matchStrings": [ + "KTFMT_VERSION = \"(?<currentValue>.*)\"" + ], + "datasourceTemplate": "maven", + "depNameTemplate": "com.facebook:ktfmt" + } ] } |