mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-22 21:40:47 +01:00
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:
commit
bd8177a8a6
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user