0
0
mirror of https://github.com/thegeeklab/renovate-presets.git synced 2024-06-02 18:19:40 +02:00

disable digest pinning for compose

This commit is contained in:
Robert Kaussow 2021-02-21 15:30:46 +01:00
parent 5d694c9179
commit d6d1f664ff
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61

View File

@ -26,7 +26,7 @@
{
"description": "Disable digest pinning for Compose (development only)",
"matchManagers": ["docker-compose"],
"pinDigests": true
"pinDigests": false
}
],
"regexManagers": [