mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
deactivate dependabot for now
This commit is contained in:
parent
f86bee942c
commit
d5c21de0f9
38
.github/workflows/dependabot.yml
vendored
38
.github/workflows/dependabot.yml
vendored
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue