From bcafddd52d8ad763a3f23c220181d8d60f11a3e8 Mon Sep 17 00:00:00 2001
From: Gabriel-Ladzaretti
 <97394622+Gabriel-Ladzaretti@users.noreply.github.com>
Date: Fri, 25 Aug 2023 17:56:39 +0300
Subject: [PATCH] feat(packageRules): expose as env/cli option (#24080)

---
 lib/config/options/index.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/config/options/index.ts b/lib/config/options/index.ts
index 9cf45625e8..3661e0141c 100644
--- a/lib/config/options/index.ts
+++ b/lib/config/options/index.ts
@@ -1025,8 +1025,6 @@ const options: RenovateOptions[] = [
     type: 'array',
     stage: 'package',
     mergeable: true,
-    cli: false,
-    env: false,
   },
   {
     name: 'matchCategories',
-- 
GitLab