Is it possible to group Dockerfile and docker-compose.yml updates? #8086
Unanswered
Masa-Shin
asked this question in
Request Help
Replies: 1 comment 9 replies
-
Using |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tried to group all docker related updates to one PR but renovate bot created separated PRs for them. Here is my renovate.json.
The bot created [Update node Docker tag to v14.15.3] PR for Dockerfile and [Update redis Docker tag to v5.0.10] for docker-compose.yml, both of them are patch updates.
Is it possible to have just one PR for those kind of files if all updates are patch or minor?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions