mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-19 03:01:07 +00:00
Update automerge config (#893)
This commit is contained in:
parent
aa93dfa84e
commit
ece6295b82
1 changed files with 5 additions and 8 deletions
13
.github/workflows/auto-merge.yml
vendored
13
.github/workflows/auto-merge.yml
vendored
|
|
@ -1,16 +1,13 @@
|
|||
name: auto-merge
|
||||
name: 'Merge Dependencies'
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.actor == 'dependabot[bot]'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6
|
||||
with:
|
||||
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
|
||||
# Merge all updates as long as they pass CI.
|
||||
# Includes minor and patch updates.
|
||||
update_type: "semver:major"
|
||||
github-token: ${{ secrets.AUTOMERGE_TOKEN }}
|
||||
Loading…
Reference in a new issue