From bc1e4df01d26b61d2f88803744933352e6f04f84 Mon Sep 17 00:00:00 2001 From: Christian Ortlepp Date: Fri, 7 Aug 2026 10:24:54 +0200 Subject: [PATCH] dependabot: enable groups, change frequency to weekly --- .github/dependabot.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d7bc4a26a0..c1078b9691 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,7 +17,7 @@ updates: - package-ecosystem: "maven" directory: "/" schedule: - interval: "daily" + interval: "weekly" ignore: # IO-734 - dependency-name: "commons-io:commons-io" @@ -35,7 +35,16 @@ updates: versions: - ">= 1.8" open-pull-requests-limit: 15 + groups: + production-dependencies: + dependency-type: "production" + exclude-patterns: + # we aren't compatible with latest here, excluded here so that it doesn't block the other updates + - "org.glassfish.jaxb:*" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + production-actions: + dependency-type: "production"