Skip to content

Add Dependabot auto-merge workflow#89

Merged
teociaps merged 1 commit into
mainfrom
dependabot-auto-merge
Apr 16, 2026
Merged

Add Dependabot auto-merge workflow#89
teociaps merged 1 commit into
mainfrom
dependabot-auto-merge

Conversation

@teociaps
Copy link
Copy Markdown
Owner

@teociaps teociaps commented Apr 16, 2026

This workflow automatically approves and merges Dependabot pull requests.

Pull Request Template

Checklist

Before submitting your PR, confirm the following:

  • Commit messages follow the contribution guidelines.
  • Tests are added or updated to cover all changes.
  • Documentation is updated (e.g., README, inline comments, external docs).

Summary

Provide a concise summary of this PR, including its purpose, the problem it solves, and the key changes made.

Change Type

Select the type(s) of change included in this PR:

  • Bug fix
  • New feature
  • Documentation update
  • Refactor (non-breaking changes)
  • Maintenance / Chores
  • Breaking change

If this PR introduces a breaking change, describe the impact and required migration steps:

Linked Issues

List any related issues or feature requests (e.g., Fixes #123).

Screenshots/Logs

Include relevant screenshots, logs, or other visuals, if applicable.

Additional Notes

Provide any additional information or feedback requests for reviewers.

This workflow automatically approves and merges Dependabot pull requests.
Copilot AI review requested due to automatic review settings April 16, 2026 20:05
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
github-bubble-chart Building Building Preview, Comment Apr 16, 2026 8:05pm

@teociaps teociaps merged commit 18d6586 into main Apr 16, 2026
8 of 9 checks passed
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a GitHub Actions workflow intended to automatically approve and enable auto-merge for Dependabot pull requests.

Changes:

  • Introduces a new workflow that runs on pull_request_target for dependabot[bot]
  • Uses gh pr review --approve and gh pr merge --auto --squash with GITHUB_TOKEN

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1,23 @@
name: Dependabot Auto Merge
Copy link

Copilot AI Apr 16, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Actions only loads workflows in .github/workflows when the filename ends with .yml or .yaml. As-is, this file (dependabot-auto-merge with no extension) will not run; rename it to something like dependabot-auto-merge.yml.

Copilot uses AI. Check for mistakes.
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