From ad7537a1d258b8de7937f7ea1e58f67ab64ff3ff Mon Sep 17 00:00:00 2001 From: Jeroen de Bruijn Date: Thu, 19 Mar 2020 23:05:53 +0100 Subject: [PATCH] ci: add own repository to example config --- test/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/config.js b/test/config.js index e506d1fe..7bacce75 100644 --- a/test/config.js +++ b/test/config.js @@ -5,4 +5,5 @@ module.exports = { onboarding: false, dryRun: true, gitAuthor: 'Renovate Bot ', + repositories: ['vidavidorra/github-action-renovate'], };