Skip to content

build(deps-dev): bump dotenv from 3.1.2 to 3.1.4 #2756

build(deps-dev): bump dotenv from 3.1.2 to 3.1.4

build(deps-dev): bump dotenv from 3.1.2 to 3.1.4 #2756

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
if: startsWith(github.head_ref, 'dependabot/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}