From cd334d1b7450e3ac53f04575cd64e1a8365acfb6 Mon Sep 17 00:00:00 2001 From: Manuel Ruwe Date: Mon, 26 Dec 2022 22:07:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20renovate.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/renovate-config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate-config.js b/.github/renovate-config.js index 8b2ff78..904b3c7 100644 --- a/.github/renovate-config.js +++ b/.github/renovate-config.js @@ -5,6 +5,7 @@ module.exports = { onboarding: true, platform: 'github', includeForks: false, + baseBranches: ['dev'], repositories: [ 'manuel-rw/jellyfin-discord-music-bot', ],