From 04148903885968f6350b88ba5fe4841bb73bde91 Mon Sep 17 00:00:00 2001 From: Fabian Seidl <fabian.seidl@h-da.de> Date: Thu, 5 Oct 2023 13:28:45 +0000 Subject: [PATCH] Resolve "Investigate renovate not finding remote repository" See merge request danet/gosdn!550 Co-authored-by: Neil-Jocelyn Schark <--global> Co-authored-by: Neil Schark <gitlab@schark.eu> --- .gitlab/ci/.renovate.yml | 2 +- config.js | 2 +- renovate.json | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/.renovate.yml b/.gitlab/ci/.renovate.yml index 1b91bd78e..70d88160a 100644 --- a/.gitlab/ci/.renovate.yml +++ b/.gitlab/ci/.renovate.yml @@ -1,7 +1,7 @@ renovate: stage: tools - image: renovate/renovate:36.93.6 + image: renovate/renovate:37.6.1 variables: LOG_LEVEL: debug diff --git a/config.js b/config.js index c769d76b8..f2bcae944 100644 --- a/config.js +++ b/config.js @@ -21,5 +21,5 @@ module.exports = { prConcurrentLimit: 10, commitMessagePrefix: '[renovate]', labels: ['renovate'], - baseBranches: ['mainline'] + baseBranches: ['master'] }; diff --git a/renovate.json b/renovate.json index c4d5d3a54..ef7b41c59 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "gitAuthor": "renovate@danet.fbi.h-da.de", + "platform": "gitlab", "ignorePaths": [ "**/node_modules/**", "**/bower_components/**", -- GitLab