diff --git a/.github/workflows/dependabot-batcher.scheduled.yml b/.github/workflows/dependabot-batcher.scheduled.yml deleted file mode 100644 index 770472e..0000000 --- a/.github/workflows/dependabot-batcher.scheduled.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: 'Dependabot Batcher: Scheduled' -on: - schedule: - - cron: '0 2 * * 0,3' - -jobs: - dependabot-batcher: - name: 'Batch Dependabot PRs' - runs-on: ubuntu-latest - steps: - - name: 'Checkout' - uses: actions/checkout@v4 - with: - token: ${{ secrets.DEPENDABOT_BATCHER_TOKEN }} - - - name: 'Dependabot Batcher' - uses: Legal-and-General/dependabot-batcher@v1.0.4 - with: - token: ${{ secrets.DEPENDABOT_BATCHER_TOKEN }}