mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
fix(renovate): adapt to Qodana linter switch
This commit is contained in:
parent
8632f8fd7a
commit
d3c2861939
2 changed files with 3 additions and 2 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -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",
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
version: "1.0"
|
||||
# Also update renovate.json when the linter is changed
|
||||
linter: jetbrains/qodana-jvm-android:2022.3-eap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue