Skip to content

Commit f63a55b

Browse files
LarsEckartJayBazuzi
andcommitted
. e Fix yaml so that dependabot makes 1 PR when updating junit or jackson
Co-authored-by: Jay Bazuzi <[email protected]>
1 parent 76f7320 commit f63a55b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7-
groups:
8-
junit:
9-
patterns:
10-
- "org.junit.*"
7+
groups:
8+
junit:
9+
patterns:
10+
- "org.junit.*"
11+
jackson:
12+
patterns:
13+
- "com.fasterxml.*"
1114
commit-message:
1215
prefix: ". e "
1316
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)