From ced16c37940cb36eea7878b0a65ec8018c9fd227 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 9 Dec 2022 21:38:16 +0530 Subject: [PATCH] feat(renovate): add a regex manager for Qodana linters --- .github/renovate.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/renovate.json b/.github/renovate.json index 9f28b660..747fda13 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -73,6 +73,16 @@ ], "datasourceTemplate": "maven", "depNameTemplate": "androidx.compose.compiler:compiler" + }, + { + "fileMatch": [ + "qodana.yaml" + ], + "matchStrings": [ + "jetbrains/qodana-jvm-community:(?.*)" + ], + "datasourceTemplate": "docker", + "depNameTemplate": "jetbrains/qodana-jvm-community", } ] }