mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-26 02:05:06 +01:00
Merge pull request #295 from cschug/renovate_nginx_stable_only
fix: track Nginx stable releases only
This commit is contained in:
commit
4546a2651a
@ -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