Skip to content

gomod: bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 #131

gomod: bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5

gomod: bump github.com/jedib0t/go-pretty/v6 from 6.5.9 to 6.6.5 #131

Workflow file for this run

name: Dependabot auto-merge
on: pull_request_target
permissions:
contents: read
jobs:
dependabot:
permissions:
pull-requests: write
contents: write
runs-on: ubuntu-latest
if: >
github.actor == 'dependabot[bot]'
steps:
- id: metadata
uses: dependabot/[email protected]
- if: >
steps.metadata.outputs.update-type == 'version-update:semver-patch'
run: gh pr merge --auto --merge "${{ github.event.pull_request.html_url }}"
env:
GH_TOKEN: ${{ github.token }}