Skip to content

Commit ce61e70

Browse files
authored
chore: Add package rules for JUnit in Renovate config (#362)
1 parent e60eb99 commit ce61e70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
22
extends: ["github>cloudquery/.github//.github/renovate-java-default.json5"],
3+
packageRules: [
4+
{
5+
matchPackageNames: ["^org.junit"],
6+
groupName: "junit,
7+
},
8+
],
39
}

0 commit comments

Comments
 (0)