Skip to content

Add Dependabot auto-merge workflow#12

Merged
Skitionek merged 1 commit intomainfrom
copilot/dependabot-auto-merge
Apr 13, 2026
Merged

Add Dependabot auto-merge workflow#12
Skitionek merged 1 commit intomainfrom
copilot/dependabot-auto-merge

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 13, 2026

Automates merging of Dependabot PRs for patch and minor version updates, reducing maintenance overhead on routine dependency bumps.

Changes

  • New workflow .github/workflows/dependabot-auto-merge.yml
    • Triggers on pull_request events from dependabot[bot] only
    • Uses pinned dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7 to inspect update metadata
    • Auto-merges PRs with semver-patch or semver-minor update types (broader than the template default, which filtered by a single dependency name)
    • Scoped to Skitionek/route-with-dynamic-outlets to prevent accidental triggering in forks

@Skitionek Skitionek marked this pull request as ready for review April 13, 2026 19:05
@Skitionek Skitionek self-requested a review as a code owner April 13, 2026 19:05
@Skitionek Skitionek merged commit a93bfff into main Apr 13, 2026
20 checks passed
@Skitionek Skitionek deleted the copilot/dependabot-auto-merge branch April 13, 2026 19:06
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.

2 participants