From 85a7bcc2f4b56337b6a83d864d1417f6b03e044a Mon Sep 17 00:00:00 2001 From: William Storey Date: Mon, 16 Jun 2025 18:44:58 +0000 Subject: [PATCH] Group jackson dependencies Since there can be several released at once. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5171eaca..1ff64be6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + groups: + jackson: + patterns: + - "com.fasterxml.jackson*" - package-ecosystem: "github-actions" directory: "/" schedule: