Skip to content

build(deps): Bump sigstore/cosign-installer from 3.10.0 to 4.0.0 #139

build(deps): Bump sigstore/cosign-installer from 3.10.0 to 4.0.0

build(deps): Bump sigstore/cosign-installer from 3.10.0 to 4.0.0 #139

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
actions: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}