File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ func Config() CustomManager {
23
23
type CustomManagers []CustomManager
24
24
25
25
type CustomManager struct {
26
- CustomType string `json:"customType"`
27
- Description string `json:"description"`
26
+ CustomType string `json:"customType,omitempty "`
27
+ Description string `json:"description,omitempty "`
28
28
ManagerFilePatterns []string `json:"managerFilePatterns,omitempty"`
29
29
FileMatch []string `json:"fileMatch,omitempty"`
30
- MatchStrings []string `json:"matchStrings"`
31
- DatasourceTemplate string `json:"datasourceTemplate"`
30
+ MatchStrings []string `json:"matchStrings,omitempty "`
31
+ DatasourceTemplate string `json:"datasourceTemplate,omitempty "`
32
32
}
33
33
34
34
func (m * CustomManager ) UpdateParams () {
You can’t perform that action at this time.
0 commit comments