From 939c8b293d8c25fc6ca5afb45ea9441a6f0f8691 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Sun, 12 Feb 2023 21:53:10 +0100 Subject: [PATCH] try without autodiscover --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index dadae27..ce418b8 100644 --- a/config.js +++ b/config.js @@ -3,10 +3,10 @@ module.exports = { endpoint: 'https://git.cloonar.com/api/v1/', gitAuthor: 'Renovate Bot ', username: 'renovate', - autodiscover: true, + // autodiscover: true, onboardingConfig: { $schema: 'https://docs.renovatebot.com/renovate-schema.json', - extends: ['config:base'] + extends: ['config:base', ':rebaseStalePrs'] }, branchPrefix: 'renovate-', optimizeForDisabled: true,