Skip to content

chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 in /acceptance-tests #230

chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 in /acceptance-tests

chore(deps): bump golang.org/x/net from 0.29.0 to 0.30.0 in /acceptance-tests #230

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