Skip to content

Commit

Permalink
Add inherited action for automerging dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed May 3, 2024
1 parent eb40848 commit 85972e1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Automerge Dependabot PRs
on:
pull_request:

jobs:
auto-merge:
uses: swup/.github/.github/workflows/dependabot-automerge.yml@master
secrets: inherit

0 comments on commit 85972e1

Please sign in to comment.