feat: recreate
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-07-27 01:30:56 +02:00
parent fe2288b298
commit 1062df8f41
2 changed files with 10 additions and 8 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

@@ -1,11 +1,13 @@
module.exports = { module.exports = {
"endpoint": "https://git.cynarski.pl/api/v1", endpoint: "https://git.cynarski.pl/api/v1",
"gitAuthor": "Renovate Bot <renovate@cynarski.pl>", gitAuthor: "Renovate Bot <renovate@cynarski.pl>",
"platform": "gitea", platform: "gitea",
"onboardingConfigFileName": "renovate.json", onboardingConfigFileName: "renovate.json",
"autodiscover": true, autodiscover: true,
"optimizeForDisabled": true, optimizeForDisabled: true,
labels: ['renovate'], // Labels for PRs recreateWhen: "always",
branchPrefix: "update-deps/",
labels: ['renovate', 'deps'], // Labels for PRs
hostRules: [ hostRules: [
{ {
"hostType": "github", "hostType": "github",