fix: explicit token from env and valid schedule syntax in renovate config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 13:14:54 +00:00
parent 17741225ab
commit 26b0472ec1
+2 -1
View File
@@ -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