Create dependabot.yml
This commit is contained in:
18
.github/dependabot.yml
vendored
Normal file
18
.github/dependabot.yml
vendored
Normal 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"
|
Reference in New Issue
Block a user