From be760cb47863dec7e4b6258fadaa961822ee215d Mon Sep 17 00:00:00 2001 From: ChristianCiach <christian.ciach@gmail.com> Date: Wed, 31 May 2023 20:12:27 +0200 Subject: [PATCH] docs: fix typo in self-hosting example (#22519) --- docs/usage/examples/self-hosting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/examples/self-hosting.md b/docs/usage/examples/self-hosting.md index 9c48e3363b..515361f274 100644 --- a/docs/usage/examples/self-hosting.md +++ b/docs/usage/examples/self-hosting.md @@ -95,7 +95,7 @@ stringData: RENOVATE_TOKEN: 'your-github-enterprise-renovate-user-token' ``` -A `config.js` file can be added to the manifest using a `ConfigMap` as shown in the following example (using a "dry run" in github.com): +A `config.json` file can be added to the manifest using a `ConfigMap` as shown in the following example (using a "dry run" in github.com): ```yaml --- -- GitLab