mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +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
|
||||
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
|
||||
<!-- Autogenerate end -->
|
||||
|
|
|
@ -11,7 +11,7 @@ The goal of Renovate is to detect and maintain all third-party dependencies in y
|
|||
|
||||
## Supported Managers
|
||||
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
|
||||
<!-- Autogenerate end -->
|
||||
|
||||
## Configuring Managers
|
||||
|
|
|
@ -8,7 +8,7 @@ Renovate aims to be platform-neutral, while also taking advantage of good platfo
|
|||
|
||||
## Supported platforms
|
||||
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
|
||||
|
||||
The currently supported platforms are:
|
||||
|
||||
|
|
|
@ -57,5 +57,5 @@ The configuration below overrides Renovate's default `docker` versioning for the
|
|||
|
||||
## Supported Versioning
|
||||
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
|
||||
<!-- Autogenerate end -->
|
||||
|
|
|
@ -15,14 +15,14 @@ Some are configuration options passed through, while others are generated as par
|
|||
|
||||
## Exposed config options
|
||||
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
|
||||
<!-- Autogenerate end -->
|
||||
|
||||
<!-- Automatically insert exposed configuration options here -->
|
||||
|
||||
## Other available fields
|
||||
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->
|
||||
<!-- Autogenerate in https://github.com/renovatebot/renovate -->
|
||||
<!-- Autogenerate end -->
|
||||
|
||||
<!-- Insert runtime fields here -->
|
||||
|
|
|
@ -3,7 +3,7 @@ import type { ModuleApi } from '../../lib/types';
|
|||
import { readFile } from '../utils';
|
||||
|
||||
const replaceStart =
|
||||
'<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io -->';
|
||||
'<!-- Autogenerate in https://github.com/renovatebot/renovate -->';
|
||||
const replaceStop = '<!-- Autogenerate end -->';
|
||||
|
||||
export function capitalize(input: string): string {
|
||||
|
|
Loading…
Reference in a new issue