docs: update autogenerate comment (#13488)

This commit is contained in:
HonkingGoose 2022-01-11 16:25:14 +01:00 committed by GitHub
parent 323da1ed21
commit 01689f90dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 7 additions and 7 deletions

View file

@ -21,5 +21,5 @@ You do not need to ever configure/override datasources directly, but you may use
## Supported Datasources ## Supported Datasources
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> <!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end --> <!-- Autogenerate end -->

View file

@ -11,7 +11,7 @@ The goal of Renovate is to detect and maintain all third-party dependencies in y
## Supported Managers ## Supported Managers
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> <!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end --> <!-- Autogenerate end -->
## Configuring Managers ## Configuring Managers

View file

@ -8,7 +8,7 @@ Renovate aims to be platform-neutral, while also taking advantage of good platfo
## Supported platforms ## Supported platforms
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> <!-- Autogenerate in https://github.com/renovatebot/renovate -->
The currently supported platforms are: The currently supported platforms are:

View file

@ -57,5 +57,5 @@ The configuration below overrides Renovate's default `docker` versioning for the
## Supported Versioning ## Supported Versioning
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> <!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end --> <!-- Autogenerate end -->

View file

@ -15,14 +15,14 @@ Some are configuration options passed through, while others are generated as par
## Exposed config options ## Exposed config options
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> <!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end --> <!-- Autogenerate end -->
<!-- Automatically insert exposed configuration options here --> <!-- Automatically insert exposed configuration options here -->
## Other available fields ## Other available fields
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> <!-- Autogenerate in https://github.com/renovatebot/renovate -->
<!-- Autogenerate end --> <!-- Autogenerate end -->
<!-- Insert runtime fields here --> <!-- Insert runtime fields here -->

View file

@ -3,7 +3,7 @@ import type { ModuleApi } from '../../lib/types';
import { readFile } from '../utils'; import { readFile } from '../utils';
const replaceStart = const replaceStart =
'<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->'; '<!-- Autogenerate in https://github.com/renovatebot/renovate -->';
const replaceStop = '<!-- Autogenerate end -->'; const replaceStop = '<!-- Autogenerate end -->';
export function capitalize(input: string): string { export function capitalize(input: string): string {