Dependabot: Ignore AWS TF provider updates#9
Conversation
We're pinned to old versions of the AWS provider because of issues I currently have in my local setup.
…nto dependabot-ignore-aws
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
=======================================
Coverage 98.36% 98.36%
=======================================
Files 8 8
Lines 306 306
=======================================
Hits 301 301
Misses 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR configures Dependabot to ignore AWS Terraform provider updates to version 5.0.0 and above, maintaining the current pinning to version 4.x due to local development environment constraints.
Changes:
- Added an
ignoreblock in the Dependabot Terraform configuration to exclude AWS provider updates >= 5.0.0
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@dwhswenson what is the path forward to actually enabling us to use newer versions of the AWS provider? If we are going to distribute this code to others, I would rather we stay up-to-date. I am willing to merge this PR if we are able to chart a solution to use newer versions. |
Me doing some major reinstall on my local computer. Realistically, this is something I'll probably accomplish within a few months, but not within a few weeks. |
We're pinned to old versions of the AWS provider because of issues I currently have in my local setup.