Skip to content

Bump com.google.protobuf:protobuf-java from 4.29.2 to 4.29.3 #142

Bump com.google.protobuf:protobuf-java from 4.29.2 to 4.29.3

Bump com.google.protobuf:protobuf-java from 4.29.2 to 4.29.3 #142

name: Dependabot Auto-Merge
on:
pull_request_target:
branches:
- 4.6.x
- main
types:
- opened
- reopened
jobs:
auto-merge:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Approve PR for auto-merge
run: gh pr merge --auto --rebase ${{ github.event.pull_request.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}