add dependabot automerge for minor changes #81

Merged
monotek merged 1 commit from dependabot-automerge into main 2024-03-25 16:55:04 +01:00
2 changed files with 17 additions and 0 deletions
Showing only changes of commit 0424da2aaa - Show all commits

3
.github/auto-merge.yml vendored Normal file
View file

@ -0,0 +1,3 @@
- match:
dependency_type: all
update_type: "semver:minor"

View file

@ -0,0 +1,14 @@
name: dependabot-auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE }}
target: minor