Create dependabot.yml

This commit is contained in:
ElBe 2023-02-04 10:45:03 +01:00 committed by GitHub
parent c0b039bcee
commit 1f5be4c8f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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