Skip to content

build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 in /io in the dependencies group #1468

build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 in /io in the dependencies group

build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 in /io in the dependencies group #1468

Workflow file for this run

name: Dependabot auto-approve
on: pull_request
permissions:
# Mandatory for both the auto-merge enabling and approval steps
pull-requests: write
# Mandatory for the auto-merge enabling step
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- name: Automatically merge Dependabot PRs
uses: scalingo/ghaction-dependabot-automerge@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}