Create dependabot.yml

This commit is contained in:
2022-02-11 17:01:21 +01:00
committed by GitHub
parent 99f6faccac
commit 96f6aa7730

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"