|
|
@ -61,16 +61,17 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
// Disable operator updates |
|
|
|
// Disable operator updates |
|
|
|
"matchFileNames": ["operator/go.mod"], |
|
|
|
"matchFileNames": ["operator/go.mod", "operator/api/loki/go.mod"], |
|
|
|
"enabled": false, |
|
|
|
"enabled": false, |
|
|
|
"autoApprove": false, |
|
|
|
"autoApprove": false, |
|
|
|
"automerge": false |
|
|
|
"automerge": false |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
// Enable all other updates |
|
|
|
// Enable all other updates |
|
|
|
"matchFileNames": ["!tools/lambda-promtail/go.mod", "!operator/go.mod"], |
|
|
|
"matchFileNames": ["!tools/lambda-promtail/go.mod", "!operator/go.mod", "!operator/api/loki/go.mod"], |
|
|
|
"groupName": "{{packageName}}", |
|
|
|
"groupName": "{{packageName}}", |
|
|
|
"enabled": true, |
|
|
|
"enabled": true, |
|
|
|
|
|
|
|
"matchUpdateTypes": ["major", "minor", "patch"], |
|
|
|
// After we have tested the above configuration, we can enable the following |
|
|
|
// After we have tested the above configuration, we can enable the following |
|
|
|
"automerge": false, |
|
|
|
"automerge": false, |
|
|
|
"autoApprove": false |
|
|
|
"autoApprove": false |
|
|
|