File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4646 {
4747 "description" : " Custom manager for renovating spectral version listed in .cs files" ,
4848 "customType" : " regex" ,
49- "fileMatch " : [
50- " \\ .cs$"
49+ "managerFilePatterns " : [
50+ " / \\ .cs$/ "
5151 ],
5252 "matchStringsStrategy" : " any" ,
5353 "matchStrings" : [
5959 {
6060 "description" : " Custom manager for renovating oasdiff version listed in .cs files" ,
6161 "customType" : " regex" ,
62- "fileMatch " : [
63- " \\ .cs$"
62+ "managerFilePatterns " : [
63+ " / \\ .cs$/ "
6464 ],
6565 "matchStringsStrategy" : " any" ,
6666 "matchStrings" : [
7272 {
7373 "description" : " Custom manager for renovating Swagger CLI version listed in .cs files" ,
7474 "customType" : " regex" ,
75- "fileMatch " : [
76- " \\ .cs$"
75+ "managerFilePatterns " : [
76+ " / \\ .cs$/ "
7777 ],
7878 "matchStringsStrategy" : " any" ,
7979 "matchStrings" : [
8383 "depNameTemplate" : " domaindrivendev/Swashbuckle.AspNetCore"
8484 }
8585 ]
86- }
86+ }
You can’t perform that action at this time.
0 commit comments