Skip to content

ci: bump zircote/.github/.github/workflows/reusable-dependabot-automerge.yml from 5a805176eb4f3f22cba7bb0a25d46dc7306872e3 to 229e6e6887c2493d43020b934983259361f2cc1b #22

ci: bump zircote/.github/.github/workflows/reusable-dependabot-automerge.yml from 5a805176eb4f3f22cba7bb0a25d46dc7306872e3 to 229e6e6887c2493d43020b934983259361f2cc1b

ci: bump zircote/.github/.github/workflows/reusable-dependabot-automerge.yml from 5a805176eb4f3f22cba7bb0a25d46dc7306872e3 to 229e6e6887c2493d43020b934983259361f2cc1b #22

# Dependabot Auto-Merge
# Automatically approves and merges Dependabot PRs after CI passes
#
# This workflow calls the centralized auto-merge workflow from zircote/.github
# Requires repository setting "Allow auto-merge" to be enabled
name: Dependabot Auto-Merge
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: write
jobs:
automerge:
# yamllint disable-line rule:line-length
uses: zircote/.github/.github/workflows/reusable-dependabot-automerge.yml@229e6e6887c2493d43020b934983259361f2cc1b # main
secrets: inherit