Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot
511d1115a8 Add renovate.json 2025-02-04 02:59:43 +00:00
3 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@ name: renovate
on:
schedule:
- cron: "@hourly"
- cron: "@daily"
push:
branches:
- main
@ -18,4 +18,3 @@ 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,6 +4,5 @@ module.exports = {
"platform": "gitea",
"onboardingConfigFileName": "renovate.json",
"autodiscover": true,
"GITHUB_COM_TOKEN": "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",
"optimizeForDisabled": true,
};

3
renovate.json Normal file
View File

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