Skip to content
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

ci: Create dependabot.yml for dependency maintenance #415

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Carus11
Copy link

@Carus11 Carus11 commented Dec 27, 2024

To assist in keeping dependencies up to date, this is a sample dependabot.yml configuration file which will seach the terraform modules, docker, and github actions, for external dependencies and open pull requests with those dependencies bumped.
This could be taken further to then run some tests in github actions as part of these pull requests which would automatically test the project with the new dependency version.

To avoid overwhelming the maintainers, the number of pull requests opened each run can be limited, as I have shown in the code with a current limit of 5 for each scope.

Signed-off-by: Carus Kyle <caruskyle@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant