Compare commits

..

3 Commits

Author SHA1 Message Date
4e90aa350f Actualizar .gitea/workflows/renovate.yaml
All checks were successful
renovate / renovate (push) Successful in 38s
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
3 changed files with 4 additions and 5 deletions

View File

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

View File

@ -1,3 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}