Skip to content

build(deps): bump cloud.google.com/go/logging from 1.9.0 to 1.10.0 in the go group #80

build(deps): bump cloud.google.com/go/logging from 1.9.0 to 1.10.0 in the go group

build(deps): bump cloud.google.com/go/logging from 1.9.0 to 1.10.0 in the go group #80

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