Skip to content

Commit 048b98f

Browse files
committed
chore: Create group config for upper bounds file
1 parent 4223a86 commit 048b98f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@
8888
}
8989
],
9090
"packageRules": [
91+
{
92+
"matchManagers": [
93+
"regex"
94+
],
95+
"fileMatch": ["/^dependencies\\.txt$/"],
96+
"matchDatasources": ["maven"],
97+
"groupName": "Upper Bound Dependencies File",
98+
"description": "Group all dependencies from the Upper Bound Dependencies File"
99+
},
91100
{
92101
"matchPackageNames": [
93102
"com.google.cloud:google-cloud-shared-config"

0 commit comments

Comments
 (0)