devops: update GitHub Actions via dependabot (#33683)

This commit is contained in:
Max Schmitt 2024-11-20 08:13:35 +01:00 committed by GitHub
parent b40889d1a8
commit 402bb4ccf8
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:
- "*"