Merge pull request #372 from lora-aprs/update_dependabot

update dependabot
This commit is contained in:
Peter Buchegger 2024-09-13 12:19:40 +00:00 committed by GitHub
commit fa7c54311c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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