Create dependabot.yml
This commit is contained in:
parent
99f6faccac
commit
96f6aa7730
1 changed files with 18 additions and 0 deletions
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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue