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:
@@ -8,6 +8,7 @@ data:
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
platform: 'gitea',
|
platform: 'gitea',
|
||||||
endpoint: 'https://git.chemavx.xyz',
|
endpoint: 'https://git.chemavx.xyz',
|
||||||
|
token: process.env.RENOVATE_TOKEN,
|
||||||
repositories: [
|
repositories: [
|
||||||
'chemavx/researchowl',
|
'chemavx/researchowl',
|
||||||
'chemavx/polymarket-bot',
|
'chemavx/polymarket-bot',
|
||||||
@@ -18,7 +19,7 @@ data:
|
|||||||
labels: ['renovate'],
|
labels: ['renovate'],
|
||||||
prCreation: 'not-pending',
|
prCreation: 'not-pending',
|
||||||
timezone: 'Europe/Madrid',
|
timezone: 'Europe/Madrid',
|
||||||
schedule: ['after 9am and before 6pm on weekdays'],
|
schedule: ['after 9am and before 6pm every weekday'],
|
||||||
packageRules: [
|
packageRules: [
|
||||||
{
|
{
|
||||||
// Major bumps: crear PR pero no automerge, requiere revisión manual
|
// Major bumps: crear PR pero no automerge, requiere revisión manual
|
||||||
|
|||||||
Reference in New Issue
Block a user