This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user