Merge all updates as long as they pass CI (#737)

This commit is contained in:
Matthias 2022-08-16 12:21:07 +02:00 committed by GitHub
parent 8e5c4ad4b7
commit 5ac22a3207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,3 +11,6 @@ jobs:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
# Merge all updates as long as they pass CI.
# Includes minor and patch updates.
update_type: "semver:major"