forked from Archives/Athou_commafeed
make renovate ignore all "io.quarkus" versions
This commit is contained in:
@@ -11,14 +11,15 @@
|
|||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
|
"description": "ignore our client because it's not published on maven central",
|
||||||
"matchManagers": "maven",
|
"matchManagers": "maven",
|
||||||
"matchPackagePatterns": "commafeed-client",
|
"matchPackagePatterns": "commafeed-client",
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "quarkus-extension-processor is released way before quarkus-bom, causing build failures because quarkus-bom is not yet released",
|
"description": "io.quarkus.platform artifacts are released a week after io.quarkus artifacts",
|
||||||
"matchManagers": "maven",
|
"matchManagers": "maven",
|
||||||
"matchPackagePatterns": "quarkus-extension-processor",
|
"matchPackageNames": "io.quarkus:**",
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
"rangeStrategy": "bump"
|
"rangeStrategy": "bump"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
"description": "IBM Semeru Runtimes uses a custom versioning scheme",
|
||||||
"matchDatasources": "docker",
|
"matchDatasources": "docker",
|
||||||
"matchPackageNames": "ibm-semeru-runtimes",
|
"matchPackageNames": "ibm-semeru-runtimes",
|
||||||
"versioning": "regex:^open-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>(\\d\\.?)+))?(-(?<compatibility>.*))?$",
|
"versioning": "regex:^open-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?([\\._+](?<build>(\\d\\.?)+))?(-(?<compatibility>.*))?$",
|
||||||
|
|||||||
Reference in New Issue
Block a user