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
4 changes: 2 additions & 2 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Caller owns on:. Pin at @v2.
# schedule / workflow_dispatch squash-merge green Dependabot PRs.
# Public cron is */15 * * * *. Private callers use 0 */6 * * *.
# Daily cron 0 4 * * * (04:00 UTC).
# Do not checkout the PR. Does not approve.
name: Dependabot

on:
schedule:
- cron: '*/15 * * * *'
- cron: '0 4 * * *'
workflow_dispatch:

permissions:
Expand Down