From 7141a19b79ffe7d3bff9a0ed3f02495dcf910893 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Sun, 27 Jul 2025 01:19:44 +0200 Subject: [PATCH] feat: recreate --- .gitea/workflows/renovate.yaml | 2 +- config.js | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml index 9b81abb..16dfe25 100644 --- a/.gitea/workflows/renovate.yaml +++ b/.gitea/workflows/renovate.yaml @@ -14,5 +14,5 @@ jobs: - run: renovate env: RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js" - LOG_LEVEL: "info" + LOG_LEVEL: "debug" RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} diff --git a/config.js b/config.js index 146ad69..2658841 100644 --- a/config.js +++ b/config.js @@ -5,6 +5,8 @@ module.exports = { "onboardingConfigFileName": "renovate.json", "autodiscover": true, "optimizeForDisabled": true, + "recreateWhen": "always", + "branchPrefix": "update-deps/" labels: ['renovate'], // Labels for PRs hostRules: [ {