chore: Let dependabot update pip and GitHub actions

This commit is contained in:
Rene Leonhardt 2023-10-29 21:23:03 +01:00
parent 8947b00142
commit 36ccab0cfb
No known key found for this signature in database
GPG Key ID: F3648D7E366BF1B4

10
.github/dependabot.yml vendored Normal file
View File

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