update dependabot

This commit is contained in:
Peter Buchegger 2024-09-13 12:13:53 +00:00
parent 181faa9c65
commit e59e0b02f7

View file

@ -12,8 +12,9 @@ jobs:
name: run PlatformIO Dependabot name: run PlatformIO Dependabot
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: run PlatformIO Dependabot - name: run PlatformIO Dependabot
uses: peterus/platformio_dependabot@v1 uses: peterus/platformio_dependabot@v1
with: with:
github_token: ${{ secrets.DEPENDABOT_PAT }} github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: peterus