Spaces:
Running
Running
chore: change dependabot schedule interval to monthly
Browse files- .github/dependabot.yml +4 -4
.github/dependabot.yml
CHANGED
|
@@ -4,7 +4,7 @@ updates:
|
|
| 4 |
directory: /
|
| 5 |
target-branch: dev
|
| 6 |
schedule:
|
| 7 |
-
interval:
|
| 8 |
day: monday
|
| 9 |
time: "09:00"
|
| 10 |
timezone: Asia/Kolkata
|
|
@@ -22,7 +22,7 @@ updates:
|
|
| 22 |
directory: /backend
|
| 23 |
target-branch: dev
|
| 24 |
schedule:
|
| 25 |
-
interval:
|
| 26 |
day: monday
|
| 27 |
time: "09:15"
|
| 28 |
timezone: Asia/Kolkata
|
|
@@ -41,7 +41,7 @@ updates:
|
|
| 41 |
directory: /frontend
|
| 42 |
target-branch: dev
|
| 43 |
schedule:
|
| 44 |
-
interval:
|
| 45 |
day: monday
|
| 46 |
time: "09:30"
|
| 47 |
timezone: Asia/Kolkata
|
|
@@ -63,7 +63,7 @@ updates:
|
|
| 63 |
directory: /
|
| 64 |
target-branch: dev
|
| 65 |
schedule:
|
| 66 |
-
interval:
|
| 67 |
day: monday
|
| 68 |
time: "09:45"
|
| 69 |
timezone: Asia/Kolkata
|
|
|
|
| 4 |
directory: /
|
| 5 |
target-branch: dev
|
| 6 |
schedule:
|
| 7 |
+
interval: monthly
|
| 8 |
day: monday
|
| 9 |
time: "09:00"
|
| 10 |
timezone: Asia/Kolkata
|
|
|
|
| 22 |
directory: /backend
|
| 23 |
target-branch: dev
|
| 24 |
schedule:
|
| 25 |
+
interval: monthly
|
| 26 |
day: monday
|
| 27 |
time: "09:15"
|
| 28 |
timezone: Asia/Kolkata
|
|
|
|
| 41 |
directory: /frontend
|
| 42 |
target-branch: dev
|
| 43 |
schedule:
|
| 44 |
+
interval: monthly
|
| 45 |
day: monday
|
| 46 |
time: "09:30"
|
| 47 |
timezone: Asia/Kolkata
|
|
|
|
| 63 |
directory: /
|
| 64 |
target-branch: dev
|
| 65 |
schedule:
|
| 66 |
+
interval: monthly
|
| 67 |
day: monday
|
| 68 |
time: "09:45"
|
| 69 |
timezone: Asia/Kolkata
|