devops: update GitHub Action via dependabot

Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
Max Schmitt 2024-11-19 23:01:53 +01:00 committed by GitHub
parent 7f7b440c72
commit b530e2b57f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"