We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7fd1f commit 581f85fCopy full SHA for 581f85f
pkg/types/renovate/renovate.go
@@ -28,7 +28,7 @@ type CustomManager struct {
28
ManagerFilePatterns []string `json:"managerFilePatterns,omitempty"`
29
FileMatch []string `json:"fileMatch,omitempty"`
30
MatchStrings []string `json:"matchStrings"`
31
- DatasourceTemplate string `json:"datasourceTemplate"`
+ DatasourceTemplate string `json:"datasourceTemplate,omitempty"`
32
}
33
34
func (m *CustomManager) UpdateParams() {
0 commit comments