Skip to content

feat: v0.18.0

feat: v0.18.0 #536

Workflow file for this run

name: Auto Merge Dependency Updates
on:
pull_request:
types: [ready_for_review, opened, synchronize, reopened]
paths:
- 'package-lock.json'
pull_request_review:
paths:
- 'package-lock.json'
jobs:
run:
timeout-minutes: 10
if: github.event.pull_request.draft == false
runs-on: ubuntu-latest
steps:
- uses: tjenkinson/gh-action-auto-merge-dependency-updates@v1
with:
allowed-actors: dependabot-preview[bot], dependabot[bot]
merge-method: squash