mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs: update autogenerate comment (#13488)
This commit is contained in:
parent
323da1ed21
commit
01689f90dc
6 changed files with 7 additions and 7 deletions
|
@ -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 -->
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue