Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Caller owns on:. Pin at @v2.
# schedule: squash-merge Dependabot PRs whose checks are green.
# workflow_dispatch: same sweep. Do not checkout the PR. Does not approve.
# 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:
Expand All @@ -11,10 +12,14 @@ on:
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