mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 16:17:03 +05:30
feat(renovate): add a regex manager for Qodana linters
This commit is contained in:
parent
e824294ea0
commit
ced16c3794
1 changed files with 10 additions and 0 deletions
10
.github/renovate.json
vendored
10
.github/renovate.json
vendored
|
@ -73,6 +73,16 @@
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "maven",
|
"datasourceTemplate": "maven",
|
||||||
"depNameTemplate": "androidx.compose.compiler:compiler"
|
"depNameTemplate": "androidx.compose.compiler:compiler"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fileMatch": [
|
||||||
|
"qodana.yaml"
|
||||||
|
],
|
||||||
|
"matchStrings": [
|
||||||
|
"jetbrains/qodana-jvm-community:(?<currentValue>.*)"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "docker",
|
||||||
|
"depNameTemplate": "jetbrains/qodana-jvm-community",
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue