From 14be7f39f8a19568a9de992800258e0aec04ed06 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 18 Feb 2020 14:30:04 +0100 Subject: [PATCH] chore: simpler autogenerate replace --- docs/usage/modules/datasource.md | 3 ++- docs/usage/modules/manager.md | 3 ++- docs/usage/modules/versioning.md | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/usage/modules/datasource.md b/docs/usage/modules/datasource.md index 9cd0a653e4..f5fa68679e 100644 --- a/docs/usage/modules/datasource.md +++ b/docs/usage/modules/datasource.md @@ -16,4 +16,5 @@ Once Renovate's Managers are done scanning files and extracting dependencies, th ## Supported Datasources -<!-- Autogenerated in https://github.com/renovatebot/renovatebot.github.io --> +<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> +<!-- Autogenerate end --> diff --git a/docs/usage/modules/manager.md b/docs/usage/modules/manager.md index 4a3994f004..1e613cc82a 100644 --- a/docs/usage/modules/manager.md +++ b/docs/usage/modules/manager.md @@ -6,7 +6,8 @@ The goal of Renovate is to detect and maintain all third party dependencies in y ## Supported Managers -<!-- Autogenerated in https://github.com/renovatebot/renovatebot.github.io --> +<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> +<!-- Autogenerate end --> ## Configuring Managers diff --git a/docs/usage/modules/versioning.md b/docs/usage/modules/versioning.md index b0622ef092..4618233159 100644 --- a/docs/usage/modules/versioning.md +++ b/docs/usage/modules/versioning.md @@ -22,4 +22,5 @@ The above will override Renovate's default of `docker` versioning for the `pytho ## Supported Versioning -<!-- Autogenerated in https://github.com/renovatebot/renovatebot.github.io --> +<!-- Autogenerate in https://github.com/renovatebot/renovatebot.github.io --> +<!-- Autogenerate end --> -- GitLab