Skip to content

chore(deps): bump github.com/nats-io/nats.go from 1.13.1-0.20220308171302-2f2f6968e98d to 1.34.1 #182

chore(deps): bump github.com/nats-io/nats.go from 1.13.1-0.20220308171302-2f2f6968e98d to 1.34.1

chore(deps): bump github.com/nats-io/nats.go from 1.13.1-0.20220308171302-2f2f6968e98d to 1.34.1 #182

name: "dependabot-automerge"
on:
pull_request_target:
types: [assigned, opened, synchronize, reopened]
permissions:
pull-requests: write
contents: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: metadata
id: metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.TOKEN }}"
- name: merge
id: merge
if: ${{contains(steps.metadata.outputs.dependency-names, 'go.unistack.org')}}
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.TOKEN}}