Let dependabot
consider all references of the alpine
and pause
images when opening PRs to bump their version
#207
Labels
area/dev-productivity
Developer productivity related (how to improve development)
kind/enhancement
Enhancement, improvement, extension
priority/4
Priority (lower number equals higher priority)
How to categorize this issue?
/area dev-productivity
/kind enhancement
What would you like to be added:
Currently, dependabot only opens PRs to update the
alpine
version used to build thersyslog-relp-echo-server
container:gardener-extension-shoot-rsyslog-relp/Dockerfile
Line 39 in f78f9da
However,
alpine
is also used in other places: in theimages.yaml
file, and thelifecycle integration
test. This means that developers need to manually bump these versions which can be inconvenient.Additionally, the
pause
image in theimages.yaml
file should also be automatically handled by dependabot.Why is this needed:
To automate version bumps of all
alpine
andpause
image references and save dev effort.The text was updated successfully, but these errors were encountered: