Skip to content

Commit

Permalink
Added PlatformIO dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Jan 21, 2024
1 parent 996724a commit f1d9306
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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:
assignee: mathieucarbou
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f1d9306

Please sign in to comment.