fix: don't let Renovate get stuck on a misleading compatibility hint
@@ -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": [