Create dependabot.yml

This commit is contained in:
Peter Buchegger 2023-01-20 15:00:56 +01:00 committed by GitHub
parent 0d07288fb7
commit 2b36c7bc01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.github/workflows/dependabot.yml vendored Normal file
View file

@ -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 }}