mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-23 06:39:54 +01:00
chore(deps): ignore docker.io/semaphoreui/semaphore docker tag v2.19.10
It looks like Semaphore was tagged with an erroneous container image tag which should have rather read `v2.10.10` instead of `v2.19.10`. As this messes up version tracking and makes Renovate miss younger releases we ignore `v2.19.10`.
This commit is contained in:
parent
7d16973910
commit
3b07b3047b
@ -90,6 +90,17 @@
|
||||
"^([^/]+\\/)*nginx(:.+)?$"
|
||||
],
|
||||
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\\d*[02468])(\\.(?<patch>\\d+))?(?:-(?<compatibility>.*))?$"
|
||||
},
|
||||
{
|
||||
"description": "Semaphore container images, ignore erroneous version tags",
|
||||
"managers": [
|
||||
"docker-compose",
|
||||
"dockerfile"
|
||||
],
|
||||
"packagePatterns": [
|
||||
"^([^/]+\\/)*semaphore(:.+)?$"
|
||||
],
|
||||
"allowedVersions": "!/^2\\.19\\.10$/"
|
||||
}
|
||||
],
|
||||
"separateMinorPatch": true
|
||||
|
Loading…
Reference in New Issue
Block a user