add github token and change to hourly runs
All checks were successful
renovate / renovate (push) Successful in 2m7s

This commit is contained in:
Jake Hillion 2024-04-04 22:02:46 +01:00
parent 51617df79a
commit cf15471636
2 changed files with 3 additions and 2 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/JakeHillion/renovate-config/config.js" RENOVATE_CONFIG_FILE: "/workspace/JakeHillion/renovate-config/config.js"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GITHUBTOKEN }}

View File

@ -2,7 +2,7 @@ module.exports = {
"endpoint": "https://gitea.hillion.co.uk/api/v1", "endpoint": "https://gitea.hillion.co.uk/api/v1",
"gitAuthor": "Renovate Bot <renovate-bot@noreply.gitea.hillion.co.uk>", "gitAuthor": "Renovate Bot <renovate-bot@noreply.gitea.hillion.co.uk>",
"platform": "gitea", "platform": "gitea",
"onboardingConfigFileName": ".renovate.json", "onboardingConfigFileName": "renovate.json",
"autodiscover": true, "autodiscover": true,
"optimizeForDisabled": true, "optimizeForDisabled": true,
}; };