From 8295d14216de5e4cbc028e86f44529d1bc0496bc Mon Sep 17 00:00:00 2001 From: Sheogorath Date: Mon, 25 May 2020 03:36:29 +0200 Subject: [PATCH] Enable renovate bot on forked projects Previously renovatebot would ignore forks. This patch fixes this as long as botaniker has access to it, it should creates MRs. --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 7cdc950..19b0ca2 100644 --- a/config.js +++ b/config.js @@ -14,5 +14,6 @@ module.exports = { updateLockFiles: true, gitLabAutomerge: true }, - gitLabAutomerge: true + gitLabAutomerge: true, + includeForks: true };