feat: recreate
All checks were successful
renovate / renovate (push) Successful in 3m20s

This commit is contained in:
2025-07-27 01:13:22 +02:00
parent fe2288b298
commit ab73b76eba
2 changed files with 2 additions and 1 deletions

View File

@@ -14,5 +14,5 @@ jobs:
- run: renovate - run: renovate
env: env:
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js" RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"
LOG_LEVEL: "info" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

View File

@@ -5,6 +5,7 @@ module.exports = {
"onboardingConfigFileName": "renovate.json", "onboardingConfigFileName": "renovate.json",
"autodiscover": true, "autodiscover": true,
"optimizeForDisabled": true, "optimizeForDisabled": true,
"recreateWhen": "always",
labels: ['renovate'], // Labels for PRs labels: ['renovate'], // Labels for PRs
hostRules: [ hostRules: [
{ {