From 1759fe7fbe37c5856d52ad8554068780d002dc63 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Wed, 9 Aug 2023 09:15:01 +0200 Subject: [PATCH] Update config.js - change dryrun to null --- .github/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/config.js b/.github/config.js index e9bd3b4..a4ec97f 100644 --- a/.github/config.js +++ b/.github/config.js @@ -4,7 +4,7 @@ module.exports = { gitAuthor: 'Renovate Bot ', platform: 'github', includeForks: true, - dryRun: 'full', + dryRun: 'null', repositories: ['jessebot/mastodon-helm-chart'], extends: ['config:base'], allowPostUpgradeCommandTemplating: true,