| @@ -1,29 +1,41 @@ |
|
|
| 1 |
1 |
version: 2 |
|
2 |
+ |
| 2 |
3 |
updates: |
| 3 |
4 |
- package-ecosystem: "gomod" |
| 4 |
5 |
directory: "/" |
| 5 |
6 |
schedule: |
| 6 |
|
-interval: "daily" |
|
7 |
+interval: "weekly" |
|
8 |
+day: "monday" |
|
9 |
+time: "05:00" |
|
10 |
+timezone: "America/New_York" |
| 7 |
11 |
labels: |
| 8 |
12 |
- "dependencies" |
| 9 |
13 |
commit-message: |
| 10 |
14 |
prefix: "chore" |
| 11 |
15 |
include: "scope" |
|
16 |
+ |
| 12 |
17 |
- package-ecosystem: "github-actions" |
| 13 |
18 |
directory: "/" |
| 14 |
19 |
schedule: |
| 15 |
|
-interval: "daily" |
|
20 |
+interval: "weekly" |
|
21 |
+day: "monday" |
|
22 |
+time: "05:00" |
|
23 |
+timezone: "America/New_York" |
| 16 |
24 |
labels: |
| 17 |
25 |
- "dependencies" |
| 18 |
26 |
commit-message: |
| 19 |
27 |
prefix: "chore" |
| 20 |
28 |
include: "scope" |
|
29 |
+ |
| 21 |
30 |
- package-ecosystem: "docker" |
| 22 |
31 |
directory: "/" |
| 23 |
32 |
schedule: |
| 24 |
|
-interval: "daily" |
|
33 |
+interval: "weekly" |
|
34 |
+day: "monday" |
|
35 |
+time: "05:00" |
|
36 |
+timezone: "America/New_York" |
| 25 |
37 |
labels: |
| 26 |
38 |
- "dependencies" |
| 27 |
39 |
commit-message: |
| 28 |
|
-prefix: "chore" |
|
40 |
+prefix: "feat" |
| 29 |
41 |
include: "scope" |