From 26b0472ec170cf4bff5b56e439a5e83c4521a654 Mon Sep 17 00:00:00 2001 From: chemavx Date: Wed, 20 May 2026 13:14:54 +0000 Subject: [PATCH] fix: explicit token from env and valid schedule syntax in renovate config Co-Authored-By: Claude Sonnet 4.6 --- renovate/configmap-renovate.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate/configmap-renovate.yaml b/renovate/configmap-renovate.yaml index a601590..b71d689 100644 --- a/renovate/configmap-renovate.yaml +++ b/renovate/configmap-renovate.yaml @@ -8,6 +8,7 @@ data: module.exports = { platform: 'gitea', endpoint: 'https://git.chemavx.xyz', + token: process.env.RENOVATE_TOKEN, repositories: [ 'chemavx/researchowl', 'chemavx/polymarket-bot', @@ -18,7 +19,7 @@ data: labels: ['renovate'], prCreation: 'not-pending', timezone: 'Europe/Madrid', - schedule: ['after 9am and before 6pm on weekdays'], + schedule: ['after 9am and before 6pm every weekday'], packageRules: [ { // Major bumps: crear PR pero no automerge, requiere revisión manual