Skip to content

build(deps): bump github.com/nats-io/nats.go from 1.51.0 to 1.52.0 in /examples/go/hello-client #33

build(deps): bump github.com/nats-io/nats.go from 1.51.0 to 1.52.0 in /examples/go/hello-client

build(deps): bump github.com/nats-io/nats.go from 1.51.0 to 1.52.0 in /examples/go/hello-client #33

Workflow file for this run

name: dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- id: meta
uses: dependabot/fetch-metadata@25dd0e34f4fe68f24cc83900b1fe3fe149efef98 # v3.1.0
- if: steps.meta.outputs.package-ecosystem == 'nix'
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}