Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Added dependabot auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeryther committed Mar 16, 2022
1 parent e8df08f commit 4743f89
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Auto-merge

on:
pull_request: ~

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

- name: Auto-merge minor dependencies upgrades
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_TOKEN }}

0 comments on commit 4743f89

Please sign in to comment.