mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-18 11:30:58 +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(:.+)?$"
|
"^([^/]+\\/)*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