-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed self-hosted Renovate configuration in CI.
- Loading branch information
1 parent
ae79f23
commit 9ef9881
Showing
1 changed file
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,17 @@ aliases: | |
#;> !PROVISION_USE_PROFILE | ||
|
||
#;< RENOVATEBOT | ||
# Specify the correct repository to prevent the bot from accessing all | ||
# repositories available via $RENOVATE_TOKEN. | ||
#;< SCAFFOLD_DEV | ||
- &renovatebot_repository 'drevops/vortex-destination' | ||
#;> SCAFFOLD_DEV | ||
##### - &renovatebot_repository 'your_org/your_site' | ||
# The author details to use for commits made by RenovateBot. | ||
#;< SCAFFOLD_DEV | ||
- &renovatebot_git_author 'Renovate Self Hosted <[email protected]>' | ||
#;> SCAFFOLD_DEV | ||
##### - &renovatebot_git_author 'RenovateBot Self Hosted <[email protected]>' | ||
# The schedule to run RenovateBot on. Defaults to running twice a day. | ||
- &renovatebot_schedule "5 11,23 * * *" | ||
#;> RENOVATEBOT | ||
|
@@ -401,11 +412,11 @@ jobs: | |
environment: | ||
RENOVATE_PLATFORM: 'github' | ||
RENOVATE_AUTODISCOVER: false | ||
RENOVATE_REPOSITORIES: "${RENOVATE_REPOSITORIES:-${CIRCLE_PROJECT_REPONAME}/${CIRCLE_PROJECT_USERNAME}}" | ||
RENOVATE_DEPENDENCY_DASHBOARD_TITLE: "${RENOVATE_DEPENDENCY_DASHBOARD_TITLE:-'RenovateBot Dependency Dashboard (self-hosted)'}" | ||
RENOVATE_DEPENDENCY_DASHBOARD: "${RENOVATE_DEPENDENCY_DASHBOARD:-false}" | ||
RENOVATE_DRY_RUN: "${RENOVATE_DRY_RUN:-false}" | ||
RENOVATE_GIT_AUTHOR: "${RENOVATE_GIT_AUTHOR:-'Renovate Self Hosted <[email protected]>'}" | ||
RENOVATE_DEPENDENCY_DASHBOARD_TITLE: 'RenovateBot Dependency Dashboard (self-hosted)' | ||
RENOVATE_DEPENDENCY_DASHBOARD: false | ||
RENOVATE_DRY_RUN: false | ||
RENOVATE_REPOSITORIES: *renovatebot_repository | ||
RENOVATE_GIT_AUTHOR: *renovatebot_git_author | ||
steps: | ||
- checkout | ||
- run: renovate-config-validator | ||
|
9ef9881
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 Deployed on https://66d503b72c5be864f6184ed4--vortex-docs.netlify.app