Replace terraform with opentofu in dependabot config#386
Merged
SMillerDev merged 2 commits intomainfrom Jan 10, 2026
Merged
Conversation
Comment out cooldown because opentofu does not support it
Contributor
There was a problem hiding this comment.
Pull request overview
This PR attempts to migrate Dependabot configuration from Terraform to OpenTofu ecosystem support. However, the changes introduce critical issues as Dependabot does not support 'opentofu' as a package ecosystem.
Changes:
- Changed package-ecosystem from 'terraform' to 'opentofu'
- Changed from single directory to multiple directories (/user-management, /infrastructure)
- Renamed group from 'terraform' to 'opentofu'
- Commented out cooldown configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
p-linnane
approved these changes
Jan 10, 2026
MikeMcQuaid
reviewed
Jan 12, 2026
Comment on lines
+114
to
+115
| # cooldown: | ||
| # default-days: 7 |
Member
There was a problem hiding this comment.
Why comment out and not just delete?
Member
Author
There was a problem hiding this comment.
Added the comment that I thought I added in this PR: #387
Sorry about that
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Comment out cooldown because opentofu does not support it