Skip to content

Commit ae243c6

Browse files
authored
Limit renovate updates for mssql-jdbc to jre8. (GoogleCloudPlatform#4350)
1 parent 9678d8f commit ae243c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
{
4343
"packageNames": ["javax.servlet:javax.servlet-api"],
4444
"rangeStrategy": "pin"
45+
},
46+
{
47+
"packageNames": ["com.microsoft.sqlserver:mssql-jdbc"],
48+
"allowedVersions": "/.+jre8.?/"
4549
}
4650
],
4751
"labels": [

0 commit comments

Comments
 (0)