-
Notifications
You must be signed in to change notification settings - Fork 724
Configure Dependabot to batch GitHub Actions updates #11358
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
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: ulysses4ever <[email protected]>
|
This aligns with what I saw on the internets. Thanks @copilot! |
|
Whoops, missed that Artem doesn't count since he worked with Copilot. |
|
yeah, this was new to me. @Mikolaj maybe? Your approval will save thousands of approvals for future dependabot PRs that won't happen because of the batching! |
Mikolaj
left a comment
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.
Woot!
Template B: This PR does not modify behaviour or interface
E.g. the PR only touches documentation or tests, does refactorings, etc.
Include the following checklist in your PR:
Dependabot currently creates separate PRs for each GitHub Actions update. This adds a
groupsconfiguration to batch all action updates into a single PR.Changes:
groupssection to.github/dependabot.ymlfor thegithub-actionsecosystem*matches all actions, consolidating updates into one PR named "Bump the github-actions group with N updates"Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.