Skip to content

Commit 504b28c

Browse files
Merge pull request #667 from erikgb/group-istio-deps
New Renovate group for Istio Go dependencies
2 parents 923710e + 65448a2 commit 504b28c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/renovate.json5

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
],
66
packageRules: [
77
{
8-
// FIXME: Ungroup istio.io/api for now, since we currently depend on a pseudo-version that Renovate doesn't understand.
9-
groupName: null,
8+
groupName: 'Istio deps',
9+
matchManagers: [
10+
'gomod',
11+
],
1012
matchPackageNames: [
11-
'istio.io/api',
13+
'istio.io/**',
1214
],
13-
}
15+
},
1416
],
1517
}

0 commit comments

Comments
 (0)