From a416af9de75ae2c0e0939ad04d8af6065a52244d Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Thu, 26 Jan 2023 07:17:36 +0100 Subject: [PATCH] chore: dryRun=full in example --- example/renovate-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/example/renovate-config.js b/example/renovate-config.js index 1f9bdbd3..7576cf12 100644 --- a/example/renovate-config.js +++ b/example/renovate-config.js @@ -6,6 +6,7 @@ module.exports = { onboarding: false, platform: 'github', includeForks: true, + dryRun: 'full', repositories: [ 'renovate-tests/cocoapods1', 'renovate-tests/gomod1',