Force PR for specific path regardless of change detected #31338
Unanswered
JerkyTreats
asked this question in
Request Help
Replies: 1 comment
-
Hi there, Get your discussion fixed faster by creating a minimal reproduction. This means a repository dedicated to reproducing this issue with the minimal dependencies and config possible. Before we start working on your issue we need to know exactly what's causing the current behavior. A minimal reproduction helps us with this. Discussions without reproductions are less likely to be converted to Issues. Please follow these steps:
If you need help with running renovate on your minimal reproduction repository, please refer to our Running Renovate guide. The Renovate team |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like help with?
I would like help with my configuration
How are you running Renovate?
Mend Renovate hosted app on github.com
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Say there is Terraform files for a GCP instance at path
path/to/instance.tf
With GCP VM instances, you can define an
image_family
.If you do, TF will never see to update the instance due to having an old image.
Does Renovate have configuration options to force a PR for
path/to/instance.tf
, so that I can upgrade the instance image as part of my regular Renovate workflow?Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions