mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-26 02:05:06 +01:00
fix: track Nginx stable releases only
This commit is contained in:
parent
2a2104dadc
commit
37bbd523fe
@ -79,6 +79,17 @@
|
|||||||
"^([^/]+\\/)*heimdall(:.+)?$"
|
"^([^/]+\\/)*heimdall(:.+)?$"
|
||||||
],
|
],
|
||||||
"versioning": "regex:^(?<major>\\d{1,2})\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
|
"versioning": "regex:^(?<major>\\d{1,2})\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"description": "Nginx container images, track stable releases only",
|
||||||
|
"managers": [
|
||||||
|
"docker-compose",
|
||||||
|
"dockerfile"
|
||||||
|
],
|
||||||
|
"packagePatterns": [
|
||||||
|
"^([^/]+\\/)*nginx(:.+)?$"
|
||||||
|
],
|
||||||
|
"versioning": "regex:^(?<major>\\d+)\\.(?<minor>\d*[02468])(\\.(?<patch>\\d+))?(?:-(?<compatibility>.*))?$"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"separateMinorPatch": true
|
"separateMinorPatch": true
|
||||||
|
Loading…
Reference in New Issue
Block a user