Merge pull request #714 from ChristianLempa/renovate_bind9

fix: don't let Renovate get stuck on a misleading compatibility hint
This commit is contained in:
Christoph Schug 2025-01-23 22:29:59 +01:00 committed by GitHub
commit bd8177a8a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,17 @@
"/^([^/]+\\/)*(mariadb|postgres)(:.+)?$/"
]
},
{
"description": "Do not match Canonical's Ubuntu version suffix as a compatibility hint",
"matchManagers": [
"docker-compose",
"dockerfile"
],
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?(?:-\\d+(?:\\.\\d+)+_edge)?$",
"matchPackageNames": [
"/^([^/]+\\/)*ubuntu/bind9(:.+)?$/"
]
},
{
"description": "Over time Heimdall changed its versioning schema several times, ensure we only consider the current style",
"matchManagers": [