feat(renovate): add a regex manager for Qodana linters

This commit is contained in:
Harsh Shandilya 2022-12-09 21:38:16 +05:30
parent e824294ea0
commit ced16c3794
No known key found for this signature in database

10
.github/renovate.json vendored
View file

@ -73,6 +73,16 @@
],
"datasourceTemplate": "maven",
"depNameTemplate": "androidx.compose.compiler:compiler"
},
{
"fileMatch": [
"qodana.yaml"
],
"matchStrings": [
"jetbrains/qodana-jvm-community:(?<currentValue>.*)"
],
"datasourceTemplate": "docker",
"depNameTemplate": "jetbrains/qodana-jvm-community",
}
]
}