mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 16:23:25 +01:00
fix: track Nginx stable releases only
This commit is contained in:
parent
2a2104dadc
commit
37bbd523fe
@ -79,6 +79,17 @@
|
||||
"^([^/]+\\/)*heimdall(:.+)?$"
|
||||
],
|
||||
"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
|
||||
|
Loading…
Reference in New Issue
Block a user