add github token and change to hourly runs
All checks were successful
renovate / renovate (push) Successful in 2m7s
All checks were successful
renovate / renovate (push) Successful in 2m7s
This commit is contained in:
parent
51617df79a
commit
cf15471636
@ -2,7 +2,7 @@ name: renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "@daily"
|
||||
- cron: "@hourly"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@ -18,3 +18,4 @@ jobs:
|
||||
RENOVATE_CONFIG_FILE: "/workspace/JakeHillion/renovate-config/config.js"
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GITHUBTOKEN }}
|
||||
|
@ -2,7 +2,7 @@ module.exports = {
|
||||
"endpoint": "https://gitea.hillion.co.uk/api/v1",
|
||||
"gitAuthor": "Renovate Bot <renovate-bot@noreply.gitea.hillion.co.uk>",
|
||||
"platform": "gitea",
|
||||
"onboardingConfigFileName": ".renovate.json",
|
||||
"onboardingConfigFileName": "renovate.json",
|
||||
"autodiscover": true,
|
||||
"optimizeForDisabled": true,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user