Skip to content

build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 in /acceptance-tests #4

build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 in /acceptance-tests

build(deps): bump golang.org/x/net from 0.21.0 to 0.22.0 in /acceptance-tests #4

Workflow file for this run

name: Auto-merge dependency PRs
on: pull_request_target
permissions:
pull-requests: write
contents: write
jobs:
dependencies:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Approve
run: gh pr review "${{ github.event.pull_request.html_url }}" --approve --body "Auto-approving dependency bump."
env:
GH_TOKEN: ${{ secrets.CFN_CI_PAT }}
- name: Enable auto-merge
run: gh pr merge "${{ github.event.pull_request.html_url }}" --auto --rebase
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}