This pull request includes updates to the .github/dependabot.yml file to simplify and improve the configuration for managing dependencies. The most important changes include consolidating Terraform directories using globs, adding group patterns, and updating package ecosystems.
Simplification of Terraform directories:
Consolidated individual Terraform paths into glob patterns for resources and data sources in the directories field. (.github/dependabot.yml)
Addition of group patterns:
Added a groups section with a pattern to match all files, simplifying dependency management. (.github/dependabot.yml)
Updates to package ecosystems:
Changed the package-ecosystem from github-actions to devcontainers for the root directory. (.github/dependabot.yml)
This pull request includes updates to the
.github/dependabot.yml
file to simplify and improve the configuration for managing dependencies. The most important changes include consolidating Terraform directories using globs, adding group patterns, and updating package ecosystems.Simplification of Terraform directories:
directories
field. (.github/dependabot.yml
)Addition of group patterns:
groups
section with a pattern to match all files, simplifying dependency management. (.github/dependabot.yml
)Updates to package ecosystems:
package-ecosystem
fromgithub-actions
todevcontainers
for the root directory. (.github/dependabot.yml
)