Local config
All checks were successful
renovate / renovate (push) Successful in 40s

This commit is contained in:
2023-10-30 16:04:26 +13:00
parent 9af7550d76
commit 57733f4421
2 changed files with 2 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ jobs:
RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js" RENOVATE_CONFIG_FILE: "/workspace/hads/renovate-config/config.js"
LOG_LEVEL: "debug" LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.PAT }}

View File

@@ -1,6 +1,6 @@
module.exports = { module.exports = {
"timezone": "Pacific/Auckland", "timezone": "Pacific/Auckland",
"endpoint": "https://git.nice.net.nz/api/v1/", "endpoint": "https://git.nice.net.nz/api/v1",
"gitAuthor": "Renovate Bot <renovate-bot@nice.net.nz>", "gitAuthor": "Renovate Bot <renovate-bot@nice.net.nz>",
"platform": "gitea", "platform": "gitea",
"autodiscover": true, "autodiscover": true,