Skip to content

Commit

Permalink
chore: added dependabot batcher
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlday committed Dec 11, 2022
1 parent 3cee02e commit 002768e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dependabot-batcher.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Dependabot Batcher: Scheduled"
on:
workflow_dispatch:
schedule:
- cron: "0 9 * * 0,3"

jobs:
dependabot-batcher:
uses: prosegrinder/.github/.github/workflows/dependabot-batcher.yaml@main
secrets:
DEPENDABOT_BATCH_TOKEN: ${{ secrets.DEPENDABOT_BATCH_TOKEN }}

0 comments on commit 002768e

Please sign in to comment.