fix(renovate): adapt to Qodana linter switch

This commit is contained in:
Harsh Shandilya 2023-01-14 19:30:27 +05:30
parent 8632f8fd7a
commit d3c2861939
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -73,10 +73,10 @@
"qodana.yaml"
],
"matchStrings": [
"jetbrains/qodana-jvm-community:(?<currentValue>.*)"
"jetbrains/qodana-jvm-android:(?<currentValue>.*)"
],
"datasourceTemplate": "docker",
"depNameTemplate": "jetbrains/qodana-jvm-community",
"depNameTemplate": "jetbrains/qodana-jvm-android",
}
]
}