Skip to content

build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 in /benchmarks/chained-function-eventing #521

build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 in /benchmarks/chained-function-eventing

build(deps): bump google.golang.org/grpc from 1.63.2 to 1.64.0 in /benchmarks/chained-function-eventing #521

name: Enable automerge on dependabot PRs
on:
# See note below about using pull_request_target
pull_request_target:
jobs:
automerge:
name: Enable automerge on dependabot PRs
runs-on: ubuntu-latest
steps:
- name: Enable automerge on dependabot PRs
uses: daneden/enable-automerge-action@v1
with:
# A personal access token that you have generated and saved in the
# repo or org’s encrypted secrets
github-token: ${{ secrets.ENABLE_AUTOMERGE_TOKEN }}
# The name of the PR author to enable automerge for
# Defaults to dependabot[bot]
allowed-author: "dependabot[bot]"
# Allowed values: MERGE | SQUASH | REBASE
# Defaults to MERGE
merge-method: REBASE