From 5b961918f3db7b6e5a289bb19d26d4d34804308a Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Fri, 3 Apr 2020 19:24:33 +0200 Subject: [PATCH] chore(internal): update example --- example/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/config.js b/example/config.js index b2b824ac..e6b7683b 100644 --- a/example/config.js +++ b/example/config.js @@ -5,5 +5,5 @@ module.exports = { logLevel: 'debug', onboarding: false, platform: 'github', - repositories: ['vidavidorra/github-action-renovate'], + repositories: ['renovatebot/github-action'], };