This is an automated email from the ASF dual-hosted git repository. cortlepp pushed a commit to branch cortlepp/group-dependabot-prs in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
commit bc1e4df01d26b61d2f88803744933352e6f04f84 Author: Christian Ortlepp <[email protected]> AuthorDate: Fri Aug 7 10:24:54 2026 +0200 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"
