Skip to content

⬆️ Bump parcel from 2.10.1 to 2.10.2 #103

⬆️ Bump parcel from 2.10.1 to 2.10.2

⬆️ Bump parcel from 2.10.1 to 2.10.2 #103

Workflow file for this run

name: Auto merge
on:
pull_request:
jobs:
auto-merge-dependabot:
runs-on: ubuntu-22.04
steps:
- name: Auto merge PR
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
approve: true
github-token: ${{ secrets.AUTOMERGE_TOKEN }}