From bc497b6198f2085af5d646c0f9d971395a44d508 Mon Sep 17 00:00:00 2001 From: William Storey Date: Mon, 16 Jun 2025 17:56:01 +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 5171eacaa..1ff64be6a 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: