diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-09-02 22:04:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 16:34:02 +0000 |
commit | a8288463451e6078b01458e7de3ee5b86294bc36 (patch) | |
tree | 19808347306f3a73d9d03ac2479f24a1f0305cca /.github/renovate.json | |
parent | 903f11c30352ecc551d25a7e43e81d8333ea048e (diff) |
Upgrade ktfmt and setup automatic updates (#2103)
Diffstat (limited to '.github/renovate.json')
-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" + } ] } |