Update supported Terraform version in Dependabot to 1.15.x - #45307
Update supported Terraform version in Dependabot to 1.15.x#45307KazuyaMiyagi wants to merge 2 commits into
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@KazuyaMiyagi Leave a comment, if you could, once it's ready. I probably won't be here, but one of the others on the team will be checking for comments. |
|
@KazuyaMiyagi 👋 I believe the relevant changes have already been made (hence why me updating from |
|
@subatoi Thanks for taking a look, and no problem at all — closing this now. You're right that the change has already landed. @Sharra-writes thanks for checking in earlier, much appreciated. |
|
Thank you very much for your interest in our docs, @KazuyaMiyagi! |
Why:
Follow-up to dependabot/dependabot-core#15694, which bumps the Terraform version bundled in the Dependabot updater image from
1.15.3to1.15.8.CONTRIBUTING.mdindependabot-coreasks contributors to file a corresponding docs PR when bumping a bundled version.Opened as a draft: the version documented here is not shipped until dependabot/dependabot-core#15694 is merged and rolled out. I'll mark this ready for review once that happens.
While preparing this I noticed the supported Terraform version is documented in two places that have drifted apart:
content/code-security/reference/supply-chain-security/dependabot-options-reference.md>= 0.13, <= 1.10.xdata/reusables/dependabot/supported-package-managers.md>= 0.13, <= 1.13.xThe bundled version was last bumped to
1.13.3in September 2025, and the reusable was updated accordingly in #40672. The copy independabot-options-reference.mdwas introduced in February 2025 by the PR that addressed the disparity between the Dependabot docs articles, carrying the then-current1.10.x, and has not been updated since. That file already carries a note asking for both copies to be kept in sync:This PR brings both to the same value.
What's being changed (if available, include any code snippets, screenshots, or gifs):
One line in each of the two files, so the supported Terraform version reads
>= 0.13, <= 1.15.xin both:The
.xnotation follows the four previous updates to this value (#18646, #23298, #35614, #40672).Check off the following: