Disabled gitlabci manager (legacy file, now on Gitea Actions)
Custom regex manager to track awscli pip version from ARG CLI_VERSION in Dockerfile
Why
Renovate detected FROM python:3.9-alpine but completely missed the awscli==${CLI_VERSION} pip package pinned via ARG (currently 1.16.148 — ancient, 4+ years behind the latest 1.45.25).
The regex manager extracts the version from ARG CLI_VERSION=X.Y.Z and maps it to the awscli PyPI package, enabling Renovate to propose updates.
## What
- Add `renovate.json` with:
- Disabled gitlabci manager (legacy file, now on Gitea Actions)
- Custom regex manager to track `awscli` pip version from `ARG CLI_VERSION` in Dockerfile
## Why
Renovate detected `FROM python:3.9-alpine` but completely missed the `awscli==${CLI_VERSION}` pip package pinned via ARG (currently `1.16.148` — ancient, 4+ years behind the latest `1.45.25`).
The regex manager extracts the version from `ARG CLI_VERSION=X.Y.Z` and maps it to the `awscli` PyPI package, enabling Renovate to propose updates.
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
renovate.jsonwith:awsclipip version fromARG CLI_VERSIONin DockerfileWhy
Renovate detected
FROM python:3.9-alpinebut completely missed theawscli==${CLI_VERSION}pip package pinned via ARG (currently1.16.148— ancient, 4+ years behind the latest1.45.25).The regex manager extracts the version from
ARG CLI_VERSION=X.Y.Zand maps it to theawscliPyPI package, enabling Renovate to propose updates.