Skip to content

build(npm): bump axios from 1.11.0 to 1.12.0 in the npm_and_yarn group across 1 directory #130

build(npm): bump axios from 1.11.0 to 1.12.0 in the npm_and_yarn group across 1 directory

build(npm): bump axios from 1.11.0 to 1.12.0 in the npm_and_yarn group across 1 directory #130

name: Enable Auto-Merge for Dependabot PRs
permissions:
contents: read
pull-requests: write
on:
pull_request_target:
types:
- opened
- reopened
- synchronize
- labeled
jobs:
enable-auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- name: Enable auto-merge
uses: peter-evans/enable-pull-request-automerge@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
merge-method: squash