Skip to content

Conversation

@Marenz
Copy link
Contributor

@Marenz Marenz commented Oct 20, 2025

Summary

  • Add GitHub workflow to automatically approve and merge Dependabot PRs
  • Uses merge method for clean commit history

@Marenz Marenz requested review from Copilot and removed request for Copilot October 20, 2025 13:26
@Marenz Marenz requested a review from a team as a code owner October 20, 2025 13:26
@Marenz Marenz requested a review from shsms October 20, 2025 13:26
@github-actions github-actions bot added the part:tooling Affects the development tooling (CI, deployment, dependency management, etc.) label Oct 20, 2025
@Marenz Marenz force-pushed the add-dependabot-workflow branch from 24dc305 to 9ac6e2e Compare October 20, 2025 14:58
Copilot AI review requested due to automatic review settings October 20, 2025 15:17
@Marenz Marenz force-pushed the add-dependabot-workflow branch from 9ac6e2e to 0885bfe Compare October 20, 2025 15:17
Copy link

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

This PR adds a GitHub Actions workflow to automatically approve and merge pull requests created by Dependabot. The workflow triggers on pull request events, verifies the actor is Dependabot, and uses the ad/dependabot-auto-approve action with a merge commit strategy.

Key changes:

  • New auto-merge workflow for Dependabot PRs using the ad/dependabot-auto-approve@v1 action
  • Configured with write permissions for contents and pull requests
  • Uses 'merge' method to maintain a clean commit history

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Signed-off-by: Mathias L. Baumann <[email protected]>
@Marenz Marenz force-pushed the add-dependabot-workflow branch from 0885bfe to 250dd0e Compare October 22, 2025 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

part:tooling Affects the development tooling (CI, deployment, dependency management, etc.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant