From 2848848b2a3f43fd7809af8e2d8ce27f3f9df987 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 17 Apr 2024 18:06:12 +0200 Subject: [PATCH 1/2] Add github token --- .gitea/workflows/renovate.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 5813937..4dd3b8e 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -17,5 +17,6 @@ jobs: - run: renovate env: RENOVATE_CONFIG_FILE: "config.js" + GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }} # LOG_LEVEL: "debug" RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} From 91ca20b73f4373ec34ceb34efe5b2aec7b12c4ea Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 17 Apr 2024 18:19:35 +0200 Subject: [PATCH 2/2] Disable automerge --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 2777ac1..a5fcb2a 100644 --- a/config.js +++ b/config.js @@ -5,4 +5,5 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, + "automerge": false, };