Grouping Major/Minor Terraform Lock File Maintenance #36914
Unanswered
tbright92
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
A Mend.io-hosted app
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
Hello! Our latest scheduled run of Renovate is updating our Terraform provider lock files to their latest version, which happens to be a major version bump for AWS and Helm. We were looking into the possibility of separating these into major/minor/patch PRs (similar to what we're currently doing with Nuget/NPM/Docker/etc.), but we can't seem to get the configuration to work like we want.
In checking our Renovate job log, I noticed that the Terraform lock file maintenance doesn't list
"updateType": "major"or"updateType": "minor", only"updateType": "lockFileMaintenance". The files themselves that Renovate is updating the hashes in are*\.terraform.lock.hclHas anyone tried separating these out before, and if so, can I get some assistance with our configuration?Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions