Skip to content

Commit

Permalink
Add automerge config for Dependabot PRs.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Dec 6, 2023
1 parent df044a1 commit d4ebf63
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Auto Merge Dependabot"

on:
pull_request:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2

0 comments on commit d4ebf63

Please sign in to comment.