Compare commits

...

3 Commits

Author SHA1 Message Date
4e90aa350f Actualizar .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 37s
2025-02-04 09:07:27 -06:00
1629e5880e Actualizar .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 54s
2025-02-04 08:26:55 -06:00
712ba5a59e Updated config
All checks were successful
renovate / renovate (push) Successful in 32s
2025-02-04 01:28:16 -06:00
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: renovate
on:
schedule:
- cron: "@daily"
- cron: "@hourly"
push:
branches:
- main
@ -18,3 +18,4 @@ jobs:
RENOVATE_CONFIG_FILE: "/workspace/renovatebot/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
GITHUB_COM_TOKEN: "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"

View File

@ -4,5 +4,6 @@ module.exports = {
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"GITHUB_COM_TOKEN": "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",
"optimizeForDisabled": true,
};