Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
88b41a1
1
Parent(s):
68162c1
Create dependabot.yml
Browse files- .github/dependabot.yml +19 -0
.github/dependabot.yml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
version: 2
|
2 |
+
|
3 |
+
updates:
|
4 |
+
- package-ecosystem: pip
|
5 |
+
directory: "/"
|
6 |
+
schedule:
|
7 |
+
interval: daily
|
8 |
+
time: "09:00"
|
9 |
+
timezone: "Asia/Kolkata"
|
10 |
+
open-pull-requests-limit: 20
|
11 |
+
target-branch: main
|
12 |
+
- package-ecosystem: docker
|
13 |
+
directory: "/"
|
14 |
+
schedule:
|
15 |
+
interval: daily
|
16 |
+
time: "09:00"
|
17 |
+
timezone: "Asia/Kolkata"
|
18 |
+
open-pull-requests-limit: 20
|
19 |
+
target-branch: main
|