From 1062df8f4109327847dc3fafac6f18d8821c0050 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Sun, 27 Jul 2025 01:30:56 +0200 Subject: [PATCH] feat: recreate --- .gitea/workflows/renovate.yaml | 2 +- config.js | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) 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..c9b9975 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,13 @@ module.exports = { - "endpoint": "https://git.cynarski.pl/api/v1", - "gitAuthor": "Renovate Bot ", - "platform": "gitea", - "onboardingConfigFileName": "renovate.json", - "autodiscover": true, - "optimizeForDisabled": true, - labels: ['renovate'], // Labels for PRs + endpoint: "https://git.cynarski.pl/api/v1", + gitAuthor: "Renovate Bot ", + platform: "gitea", + onboardingConfigFileName: "renovate.json", + autodiscover: true, + optimizeForDisabled: true, + recreateWhen: "always", + branchPrefix: "update-deps/", + labels: ['renovate', 'deps'], // Labels for PRs hostRules: [ { "hostType": "github",