Skip to content

Commit

Permalink
Merge pull request #895 from swup/feat/dependabot-automerge
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed May 3, 2024
2 parents 4f23e7b + 6645e6b commit 9ca1519
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# This workflow automatically merges dependabot PRs

name: dependabot-automerge

on:
pull_request:
workflow_dispatch:

jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 9ca1519

Please sign in to comment.