-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add Dependabot config file #1360
Conversation
Would |
Well spotted! I've added a wildcard (seems like I missed it when creating this config) so anything |
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.
I created a fork, and the dependabot is correctly organising the dependencies into dev or prod groups, LGTM 👍
What is the context of this PR?
This adds config of Dependabot for Runner so we can group packages updates into single PRs and ignore specific ones. Check the config documentation
How to review
Follow this guide: https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide#prerequisites. Fork https://github.com/dependabot/demo add
dependabot.yaml
with some config and enable dependabot.Checklist