From 5f9c0b6dc5090dcab70277c549a0ff97373e149f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B8ydahl?= Date: Fri, 17 Feb 2023 10:06:15 +0100 Subject: [PATCH] Disable dry run --- solr/renovate-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/renovate-config.js b/solr/renovate-config.js index 4141477c..524ab82b 100644 --- a/solr/renovate-config.js +++ b/solr/renovate-config.js @@ -9,5 +9,5 @@ module.exports = { 'cominvent/renovate-test' ], allowedPostUpgradeCommands: ["./gradlew.*"], - dryRun: "full" + logFileLevel: "debug" };