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

Implement Dependabot to handle dependencies #560

Open
cbasguti opened this issue May 30, 2023 · 0 comments
Open

Implement Dependabot to handle dependencies #560

cbasguti opened this issue May 30, 2023 · 0 comments

Comments

@cbasguti
Copy link

Dependabot keeps a watchful eye on project dependencies and generates pull requests (PRs) automatically to ensure they are up to date.

This pull request introduces a dependabot.yml configuration file. I initially crafted a simple version to perform weekly checks using GitHub Actions, but it can be easily adjusted to weekly or monthly intervals as required. Additional settings such as the maximum number of PRs the bot can initiate can also be customized.

For further details, please refer to this source.

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

No branches or pull requests

1 participant