From 1141b28e67aa19b8f8beb503d589c89a4f204269 Mon Sep 17 00:00:00 2001
From: Sebastian Poxhofer <secustor@users.noreply.github.com>
Date: Mon, 10 Jul 2023 21:11:50 +0200
Subject: [PATCH] chore(config/customDatasources): add experimental issue
 (#23287)

---
 lib/config/options/index.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index fbd62c6e51..e27504d2f3 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -349,6 +349,7 @@ const options: RenovateOptions[] = [
     description: 'Defines custom datasources for usage by managers',
     type: 'object',
     experimental: true,
+    experimentalIssues: [23286],
     default: {},
   },
   {
-- 
GitLab