Skip to content

Dependabot

Dependabot #87

Workflow file for this run

# Caller owns on:. Pin at @v2.
# schedule / workflow_dispatch squash-merge green Dependabot PRs.
# Public cron is */15 * * * *. Private callers use 0 */6 * * *.
# Do not checkout the PR. Does not approve.
name: Dependabot
on:
schedule:
- cron: '*/15 * * * *'
workflow_dispatch:
permissions:
contents: write
pull-requests: write
checks: read
actions: read
jobs:
merge:
permissions:
contents: write
pull-requests: write
checks: read
actions: read
uses: qntx/workflows/.github/workflows/ops-dependabot.yml@v2