Skip to content

build(deps): bump toml from 0.9.7 to 0.9.10+spec-1.1.0 #111

build(deps): bump toml from 0.9.7 to 0.9.10+spec-1.1.0

build(deps): bump toml from 0.9.7 to 0.9.10+spec-1.1.0 #111

Workflow file for this run

name: Dependabot Auto-Merge
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: |
gh pr review --approve "$PR_URL"
gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}