Create dependabot.yml

pull/250/head
Peter Buchegger 2023-01-20 11:40:16 +01:00 zatwierdzone przez GitHub
rodzic 01674657b6
commit 02d34ad07b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 19 dodań i 0 usunięć

Wyświetl plik

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