Skip to content

Bump log from 0.4.19 to 0.4.20 #78

Bump log from 0.4.19 to 0.4.20

Bump log from 0.4.19 to 0.4.20 #78

name: dependabot-auto-merge
on:
pull_request_target:
branches:
- develop
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Automatically merge Dependabot PR
uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_PAT }}