From a8288463451e6078b01458e7de3ee5b86294bc36 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 2 Sep 2022 22:04:02 +0530 Subject: Upgrade ktfmt and setup automatic updates (#2103) --- .github/renovate.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.github') 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 = \"(?.*)\"" + ], + "datasourceTemplate": "maven", + "depNameTemplate": "com.facebook:ktfmt" + } ] } -- cgit v1.2.3