diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f1ae4d4a87..c0f96b34c5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -61,16 +61,17 @@ }, { // Disable operator updates - "matchFileNames": ["operator/go.mod"], + "matchFileNames": ["operator/go.mod", "operator/api/loki/go.mod"], "enabled": false, "autoApprove": false, "automerge": false }, { // 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}}", "enabled": true, + "matchUpdateTypes": ["major", "minor", "patch"], // After we have tested the above configuration, we can enable the following "automerge": false, "autoApprove": false