Skip to content

build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 in /proxy #12

build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 in /proxy

build(deps): bump github.com/spf13/viper from 1.18.2 to 1.19.0 in /proxy #12

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 }}