You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing changed in this repo's dependabot.yml or on the Terraform side. A Dependabot service update on 2026-07-13 tightened config validation and began rejecting the long-tolerated, Terraform-unsupported versioning-strategy key, which silently killed that week's update run. Removing the key (this PR) restores normal operation.
Timeline (from this repo's Dependabot PR history)
versioning-strategy: increase was present on all terraform jobs the whole time (added 2026-03-26 in #260, "chore: update terraform providers" — undocumented/incidental), yet weekly grouped PR batches ran fine every Monday:
The last successful automated batch (#528–#541, azurerm ~> 4.79.0 → ~> 4.80.0) was created with the key still present, confirming it was harmless/tolerated for months.
The break date (2026-07-13) lands exactly on the publish of dependabot-core v0.386.0 (2026-07-13). When GitHub's hosted Dependabot picked up the stricter validation, the unsupported versioning-strategy on terraform now rejects the whole config, so no PRs were generated.
Caveat
There is no public GitHub changelog entry or REST endpoint stating "terraform now rejects versioning-strategy" — that validation is enforced server-side and the literal error only renders on the repo's Insights → Dependency graph → Dependabot page. The evidence here is behavioral (14 PRs every Monday for months → 0 on the exact day v0.386.0 shipped → manual key removal the next day), but it is conclusive.
Net effect of this PR
No change to how Terraform updates are proposed (the key was inert for terraform); it only removes the config-validation failure that had stopped the weekly runs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Other Information