Skip to content

Commit b4f8b01

Browse files
Migrate renovate config (#3596)
1 parent cc57561 commit b4f8b01

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/renovate.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"groupName": "NUnit"
2222
},
2323
{
24-
"matchPackagePrefixes": [
25-
"Oracle.ManagedDataAccess"
26-
],
27-
"groupName": "Oracle.ManagedDataAccess"
24+
"groupName": "Oracle.ManagedDataAccess",
25+
"matchPackageNames": [
26+
"Oracle.ManagedDataAccess{/,}**"
27+
]
2828
},
2929
{
30-
"matchPackagePrefixes": [
31-
"NHibernate.Caches"
32-
],
33-
"groupName": "NHibernate.Caches"
30+
"groupName": "NHibernate.Caches",
31+
"matchPackageNames": [
32+
"NHibernate.Caches{/,}**"
33+
]
3434
}
3535
]
3636
}

0 commit comments

Comments
 (0)