From e1e27cb8d2b72758ec7042e1d8a531d16e2200fe Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 29 Apr 2020 07:12:34 +0200 Subject: [PATCH] chore: add tests --- .github/config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/config.js b/.github/config.js index 54f0504b..e5686a50 100644 --- a/.github/config.js +++ b/.github/config.js @@ -5,7 +5,11 @@ module.exports = { logLevel: 'debug', onboarding: false, platform: 'github', - repositories: ['renovatebot/github-action'], + repositories: [ + 'renovatebot/github-action', + 'renovate-tests/cocoapods1', + 'renovate-tests/gomod1', + ], packageRules: [ { description: 'lockFileMaintenance',