From fa20cdf7a30813a31f62a7a69a736e306206774d Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Sat, 14 Sep 2024 09:05:25 +0200 Subject: [PATCH] update CI --- .github/workflows/dependabot.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index da098fd..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -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 }}