Merge pull request #295 from cschug/renovate_nginx_stable_only

fix: track Nginx stable releases only
This commit is contained in:
Christoph Schug 2024-05-31 12:08:29 +02:00 committed by GitHub
commit 4546a2651a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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