From 66feb4ca7e8a7a9f90fab2cd9b59ff06367e0222 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Wed, 25 Nov 2020 11:25:48 -0500 Subject: [PATCH] add suppressNotifications (#220) --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 58bd9387..c99b4df4 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,6 +5,7 @@ "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", "assigneesFromCodeOwners": true, "reviewersFromCodeOwners": true, + "suppressNotifications": ["prIgnoreNotification"], "helm-values": { "enabled": false },