From 02d34ad07b766f5d7983fab19f7be227cca53f56 Mon Sep 17 00:00:00 2001 From: Peter Buchegger Date: Fri, 20 Jan 2023 11:40:16 +0100 Subject: [PATCH] Create dependabot.yml --- .github/workflows/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000..f2c9100 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,19 @@ +name: PlatformIO Dependabot + +on: + workflow_dispatch: + schedule: + # Runs every Saturday at 00:00 + - cron: '0 0 * * 6' + +jobs: + dependabot: + runs-on: ubuntu-latest + name: run PlatformIO Dependabot + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: run PlatformIO Dependabot + uses: peterus/platformio_dependabot@v1.0.0 + with: + github_token: ${{ secrets.GITHUB_TOKEN }}