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", } ] }