From cde97c78c6f71d94e6b0d1ed24096ecb015e9b6c Mon Sep 17 00:00:00 2001 From: Solaris-star <820622658@qq.com> Date: Mon, 31 Aug 2026 15:40:20 +0800 Subject: [PATCH] fix: make multi-ecosystem patterns optional Signed-off-by: Solaris-star <820622658@qq.com> --- src/schemas/json/dependabot-2.0.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/schemas/json/dependabot-2.0.json b/src/schemas/json/dependabot-2.0.json index 7d5896fd1f1..3d5af4e227f 100644 --- a/src/schemas/json/dependabot-2.0.json +++ b/src/schemas/json/dependabot-2.0.json @@ -1214,20 +1214,6 @@ "required": ["directory"] } ] - }, - { - "$comment": "If multi-ecosystem-group is specified, patterns is required", - "if": { - "required": ["multi-ecosystem-group"] - }, - "then": { - "properties": { - "patterns": { - "$ref": "#/definitions/update/properties/patterns" - } - }, - "required": ["patterns"] - } } ] },