update CI

This commit is contained in:
Mathieu Carbou
2024-09-14 09:05:25 +02:00
parent ca82a3e5a2
commit fa20cdf7a3

View File

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