From c67ebc422f3203039c04b25aa82db3705cdafd96 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Fri, 21 Apr 2023 10:36:37 +0200 Subject: [PATCH] chore: run Prettier on all files (#724) --- example/renovate-config.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/example/renovate-config.js b/example/renovate-config.js index cc50a6c7..ceafc25d 100644 --- a/example/renovate-config.js +++ b/example/renovate-config.js @@ -6,10 +6,7 @@ module.exports = { platform: 'github', includeForks: true, dryRun: 'full', - repositories: [ - 'renovate-tests/cocoapods1', - 'renovate-tests/gomod1', - ], + repositories: ['renovate-tests/cocoapods1', 'renovate-tests/gomod1'], packageRules: [ { description: 'lockFileMaintenance',