Skip to content

Bump @babel/preset-env from 7.21.5 to 7.26.0 #820

Bump @babel/preset-env from 7.21.5 to 7.26.0

Bump @babel/preset-env from 7.21.5 to 7.26.0 #820

Workflow file for this run

name: Dependabot Auto Merge
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
auto-merge:
name: Auto merge
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use auto merge action
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.PAT }}