Skip to content

Commit

Permalink
feat: Dependabot Auto-Merge
Browse files Browse the repository at this point in the history
Add a new workflow that auto-approves and merges Dependabot updates
  • Loading branch information
marcobiedermann committed Apr 21, 2024
1 parent 96d5790 commit 260e2d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/auto-merge.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Dependabot auto-merge

on: pull_request

jobs:
ci:
uses: marcobiedermann/actions/.github/workflows/dependabot-auto-merge.yml@main
secrets: inherit

0 comments on commit 260e2d3

Please sign in to comment.