We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc57561 commit b4f8b01Copy full SHA for b4f8b01
.github/renovate.json
@@ -21,16 +21,16 @@
21
"groupName": "NUnit"
22
},
23
{
24
- "matchPackagePrefixes": [
25
- "Oracle.ManagedDataAccess"
26
- ],
27
- "groupName": "Oracle.ManagedDataAccess"
+ "groupName": "Oracle.ManagedDataAccess",
+ "matchPackageNames": [
+ "Oracle.ManagedDataAccess{/,}**"
+ ]
28
29
30
31
- "NHibernate.Caches"
32
33
- "groupName": "NHibernate.Caches"
+ "groupName": "NHibernate.Caches",
+ "NHibernate.Caches{/,}**"
34
}
35
]
36
0 commit comments