-
Notifications
You must be signed in to change notification settings - Fork 70
Replace terraform with opentofu in dependabot config #386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Comment out cooldown because opentofu does not support it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
| # cooldown: | ||
| # default-days: 7 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why comment out and not just delete?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the comment that I thought I added in this PR: #387
Sorry about that
Comment out cooldown because opentofu does not support it