What would you like Renovate to be able to do?
Out builds frequently break because versions get removed from the apk repositories and replaced with newer versions. When using pinned versions in the Dockerfiles (which is a good idea), this causes build failures. It would be nice if Renovate could detect apk add lines in Dockerfiles and proactively open PRs to update.
Describe the solution you'd like
Renovate could use a simple regex match to detect lines with apk add (should work across multiple lines too) in Dockerfiles and shell scripts.
Describe alternatives you've considered
#1938, but that seems up in the air
Additional context
Example PR: https://github.com/sourcegraph/sourcegraph/pull/8342/files
What would you like Renovate to be able to do?
Out builds frequently break because versions get removed from the
apkrepositories and replaced with newer versions. When using pinned versions in the Dockerfiles (which is a good idea), this causes build failures. It would be nice if Renovate could detectapk addlines in Dockerfiles and proactively open PRs to update.Describe the solution you'd like
Renovate could use a simple regex match to detect lines with
apk add(should work across multiple lines too) in Dockerfiles and shell scripts.Describe alternatives you've considered
#1938, but that seems up in the air
Additional context
Example PR: https://github.com/sourcegraph/sourcegraph/pull/8342/files