From 5cf39868eaf020b3ace5c575c024919837458ab9 Mon Sep 17 00:00:00 2001 From: Matt Seddon Date: Fri, 8 Jul 2022 08:30:33 +1000 Subject: [PATCH] update renovate config again --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 2fa0e4080c..c77dc2f451 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "extends": ["config:base"], "packageRules": [ { + "internalChecksFilter": "strict", "matchLanguages": ["javascript", "python"], "stabilityDays": 7 }