add auto-merge

This commit is contained in:
Jörg Thalheim 2025-03-13 10:37:34 +01:00 committed by Jörg Thalheim
parent 5bdbe5d687
commit d202efd6b8

14
.github/workflows/auto-merge.yaml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Auto Merge Dependency Updates
on:
- pull_request_target
jobs:
auto-merge-dependency-updates:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
concurrency:
group: "auto-merge:${{ github.head_ref }}"
cancel-in-progress: true
steps:
- uses: Mic92/auto-merge@main