From 82c5c7ada0ed8b8f6b02d236a143828e9ea9908d Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Wed, 22 Jul 2026 11:58:17 -0400 Subject: [PATCH] Excludes python from default package grouping This matches how we exclude ruby and is causing issues with downstream config --- default.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default.json b/default.json index cc606d1..1bc9e6a 100644 --- a/default.json +++ b/default.json @@ -19,7 +19,9 @@ "*" ], "matchPackageNames": [ - "!ruby" + "!ruby", + "!python", + "!public.ecr.aws/lambda/python" ], "matchUpdateTypes": [ "minor",