Add custom regexManager to detect just-containers/s6-overlay release version from curl download URL in Dockerfile
Why
The s6-overlay binary download (v3.1.3.0) was a hard-coded URL not tracked by Renovate's native managers.
## What
- Add custom `regexManager` to detect `just-containers/s6-overlay` release version from curl download URL in Dockerfile
## Why
The s6-overlay binary download (`v3.1.3.0`) was a hard-coded URL not tracked by Renovate's native managers.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
What
regexManagerto detectjust-containers/s6-overlayrelease version from curl download URL in DockerfileWhy
The s6-overlay binary download (
v3.1.3.0) was a hard-coded URL not tracked by Renovate's native managers.