Skip to content

chore(deps-dev): bump wrangler from 3.60.3 to 3.61.0 #1192

chore(deps-dev): bump wrangler from 3.60.3 to 3.61.0

chore(deps-dev): bump wrangler from 3.60.3 to 3.61.0 #1192

Workflow file for this run

name: Automatically Update Dependencies
on:
pull_request_target:
types: [labeled]
jobs:
auto-update-dependencies:
name: approve and merge for dependency PRs
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
# Enable auto-merge *before* issuing an approval.
- name: Enable Github Automerge
uses: alexwilson/enable-github-automerge-action@main
with:
github-token: "${{ secrets.PR_GH_TOKEN }}"
# We "trust" dependabot updates (this still requires all other checks to pass!)
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363
with:
github-token: "${{ secrets.PR_GH_TOKEN }}"