Merge pull request #1720 from Athou/renovate/migrate-config

chore(config): migrate renovate config
This commit is contained in:
Jérémie Panzer
2025-03-06 20:57:05 +01:00
committed by GitHub

View File

@@ -13,8 +13,10 @@
{
"description": "ignore our client because it's not published on maven central",
"matchManagers": "maven",
"matchPackagePatterns": "commafeed-client",
"enabled": false
"enabled": false,
"matchPackageNames": [
"/commafeed-client/"
]
},
{
"description": "io.quarkus.platform artifacts are released a week after io.quarkus artifacts",