From 3a36ebb231ae646b01530888c9a05c996c731209 Mon Sep 17 00:00:00 2001 From: Lars Eckart Date: Mon, 19 Aug 2024 19:11:58 +0300 Subject: [PATCH] . e dependabot, group junit and prefix commit messages --- .github/dependabot.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31350a6a..713bfe52 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,10 +7,9 @@ updates: groups: junit: patterns: - - "org.junit.vintage" - - "org.junit.jupiter" - - "junit" - - "com.fasterxml.jackson.core" + - "org.junit.*" + commit-message: + prefix: ". e " open-pull-requests-limit: 10 - package-ecosystem: "github-actions"