Skip to content

Bump @babel/core from 7.25.2 to 7.25.7 #778

Bump @babel/core from 7.25.2 to 7.25.7

Bump @babel/core from 7.25.2 to 7.25.7 #778

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 }}