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" "qodana.yaml"
], ],
"matchStrings": [ "matchStrings": [
"jetbrains/qodana-jvm-community:(?<currentValue>.*)" "jetbrains/qodana-jvm-android:(?<currentValue>.*)"
], ],
"datasourceTemplate": "docker", "datasourceTemplate": "docker",
"depNameTemplate": "jetbrains/qodana-jvm-community", "depNameTemplate": "jetbrains/qodana-jvm-android",
} }
] ]
} }

View file

@ -1,2 +1,3 @@
version: "1.0" version: "1.0"
# Also update renovate.json when the linter is changed
linter: jetbrains/qodana-jvm-android:2022.3-eap linter: jetbrains/qodana-jvm-android:2022.3-eap