Skip to content

[TASK]: Bump @babel/plugin-transform-runtime from 7.22.5 to 7.22.6 in /Resources/Private/Frontend #447

[TASK]: Bump @babel/plugin-transform-runtime from 7.22.5 to 7.22.6 in /Resources/Private/Frontend

[TASK]: Bump @babel/plugin-transform-runtime from 7.22.5 to 7.22.6 in /Resources/Private/Frontend #447

Workflow file for this run

name: Dependabot auto-merge
on:
pull_request:
types: [opened]
jobs:
dependabot-auto-merge:
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MERGE_TOKEN }}