Skip to content

Use same version for curl + curl_dev

Varac requested to merge alpine_dev_packages into main

Renovate can't deal properly with multiple alpine package updates, i.e. it creates 1 MR for updating curl, and one for curl-dev, which both fail until they are combined into one MR, which I did) We make it use 1 variable for the two packages, because curl and curl-dev are always published simultaneously with the same version number.

Merge request reports