Skip to content

build(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 in /frontend #2

build(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 in /frontend

build(deps): bump github.com/gorilla/handlers from 1.5.1 to 1.5.2 in /frontend #2

Workflow file for this run

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
name: Dependabot Auto Merge
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTOMERGE_TOKEN }}