mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-26 07:54:46 +00:00
Merge all updates as long as they pass CI (#737)
This commit is contained in:
parent
8e5c4ad4b7
commit
5ac22a3207
1 changed files with 3 additions and 0 deletions
3
.github/workflows/auto-merge.yml
vendored
3
.github/workflows/auto-merge.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue