We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cee02e commit 002768eCopy full SHA for 002768e
.github/workflows/dependabot-batcher.yaml
@@ -0,0 +1,11 @@
1
+name: "Dependabot Batcher: Scheduled"
2
+on:
3
+ workflow_dispatch:
4
+ schedule:
5
+ - cron: "0 9 * * 0,3"
6
+
7
+jobs:
8
+ dependabot-batcher:
9
+ uses: prosegrinder/.github/.github/workflows/dependabot-batcher.yaml@main
10
+ secrets:
11
+ DEPENDABOT_BATCH_TOKEN: ${{ secrets.DEPENDABOT_BATCH_TOKEN }}
0 commit comments