diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b8375863d7..fa583f9d90 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -48,6 +48,7 @@ "matchManagers": ["helm-requirements", "helm-values", "helmv3"], "groupName": "helm-{{packageName}}", "matchUpdateTypes": ["major", "minor", "patch"], + "matchPackageNames": ["!grafana/loki"], // This is updated via a different job "autoApprove": false, "automerge": false },