Merge pull request #250 from lora-aprs/peterus-patch-1

Create dependabot.yml
This commit is contained in:
Peter Buchegger 2023-01-20 11:42:31 +01:00 committed by GitHub
commit 615c4925ae
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 }}