Create dependabot.yml

This commit is contained in:
Joakim Hellsén 2022-02-11 17:01:21 +01:00 committed by GitHub
commit 96f6aa7730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
time: "07:00"
timezone: "Europe/Stockholm"
reviewers:
- "thelovinator1"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "07:00"
timezone: "Europe/Stockholm"
reviewers:
- "thelovinator1"