Skip to content

Commit 627fb9f

Browse files
committed
chore: Add upper bounds dependencies file to renovate config
1 parent 167722d commit 627fb9f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,21 @@
9696
],
9797
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
9898
"datasourceTemplate": "maven"
99+
},
100+
{
101+
"matchManagers": [
102+
"regex"
103+
],
104+
"semanticCommitType": "chore",
105+
"matchFileNames": [
106+
"dependencies.txt"
107+
],
108+
"matchDatasources": [
109+
"maven"
110+
],
111+
"groupName": "Upper Bound Dependencies File",
112+
"description": "Group all dependencies from the Upper Bound Dependencies File",
113+
"enabled": true
99114
}
100115
]
101116
}

0 commit comments

Comments
 (0)