aboutsummaryrefslogtreecommitdiff
path: root/.github/renovate.json
diff options
context:
space:
mode:
Diffstat (limited to '.github/renovate.json')
-rw-r--r--.github/renovate.json12
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"
+ }
]
}