Skip to content

Commit

Permalink
[NXW-119] Auto-merge dependabot prs (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyxnat authored Dec 11, 2023
1 parent 32c9ea0 commit 5c53bce
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Dependabot auto-merge
on:
workflow_run:
types:
- completed
workflows:
- 'CI'

jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Merge the PR
if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ridedott/merge-me-action@v2
with:
GITHUB_TOKEN: ${{ secrets.NITRO_ROBOT_COMMIT_TOKEN }}
PRESET: DEPENDABOT_MINOR

0 comments on commit 5c53bce

Please sign in to comment.