File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ updates:
47
47
interval : " weekly"
48
48
time : " 06:00"
49
49
timezone : " America/Chicago"
50
+ commit-message :
51
+ prefix : " chore"
52
+ labels : []
50
53
ignore :
51
54
# We need to coordinate terraform updates with the version hardcoded in
52
55
# our Go code.
@@ -86,3 +89,26 @@ updates:
86
89
ignore :
87
90
# We likely want to update this ourselves.
88
91
- dependency-name : " coder/coder"
92
+
93
+ # Update dogfood.
94
+ - package-ecosystem : " docker"
95
+ directory : " /dogfood/"
96
+ schedule :
97
+ interval : " weekly"
98
+ time : " 06:00"
99
+ timezone : " America/Chicago"
100
+ commit-message :
101
+ prefix : " chore"
102
+ labels : []
103
+
104
+ - package-ecosystem : " terraform"
105
+ directory : " /dogfood/"
106
+ schedule :
107
+ interval : " weekly"
108
+ time : " 06:00"
109
+ timezone : " America/Chicago"
110
+ commit-message :
111
+ prefix : " chore"
112
+ labels : []
113
+ ignore :
114
+ - dependency-name : " coder/coder"
You can’t perform that action at this time.
0 commit comments