Skip to content

Configure purely with RENOVATE_CONFIG environment variable fails. #9970

Discussion options

You must be logged in to vote

Found it.
I have downloaded the entire source of renovate and started digging.

I found one of the error messages from my debug log in this code fragment:

export const isOnboarded = async (config: RenovateConfig): Promise<boolean> => {
  logger.debug('isOnboarded()');
  const title = `Action required: Add a Renovate config`;
  // Repo is onboarded if admin is bypassing onboarding and does not require a
  // configuration file.
  if (config.requireConfig === false && config.onboarding === false) {
    // Return early and avoid checking for config files
    return true;
  }
  if (await configFileExists()) {
    await platform.ensureIssueClosing(title);
    return true;
  }
  logger.debug('co…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@nielsbasjes
Comment options

Comment options

You must be logged in to vote
5 replies
@viceice
Comment options

@rarkins
Comment options

@nielsbasjes
Comment options

@rarkins
Comment options

@HonkingGoose
Comment options

Answer selected by rarkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants