Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peterus committed Jan 20, 2023
1 parent 0d07288 commit 2b36c7b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2b36c7b

Please sign in to comment.