deactivate dependabot for now

This commit is contained in:
Peter Buchegger 2024-05-25 22:29:25 +02:00
parent f86bee942c
commit d5c21de0f9

View file

@ -1,19 +1,19 @@
name: PlatformIO Dependabot #name: PlatformIO Dependabot
#
on: #on:
workflow_dispatch: # workflow_dispatch:
schedule: # schedule:
# Runs every day at 00:00 # # Runs every day at 00:00
- cron: '0 0 * * *' # - cron: '0 0 * * *'
#
jobs: #jobs:
dependabot: # dependabot:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
name: run PlatformIO Dependabot # name: run PlatformIO Dependabot
steps: # steps:
- name: Checkout # - name: Checkout
uses: actions/checkout@v3 # uses: actions/checkout@v3
- name: run PlatformIO Dependabot # - name: run PlatformIO Dependabot
uses: peterus/platformio_dependabot@v1 # uses: peterus/platformio_dependabot@v1
with: # with:
github_token: ${{ secrets.DEPENDABOT_PAT }} # github_token: ${{ secrets.DEPENDABOT_PAT }}