File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "customManagers" : [
77 {
88 "customType" : " regex" ,
9- "fileMatch " : [
10- " ^\\ .tools/tools\\ .yaml$"
9+ "managerFilePatterns " : [
10+ " / ^\\ .tools/tools\\ .yaml$/ "
1111 ],
1212 "matchStringsStrategy" : " recursive" ,
1313 "matchStrings" : [
1818 {
1919 "customType" : " regex" ,
2020 "description" : " Arduino library dependencies from the Arduino library manager" ,
21- "fileMatch " : [
22- " (^|/)arduino-meta\\ .yaml$"
21+ "managerFilePatterns " : [
22+ " / (^|/)arduino-meta\\ .yaml$/ "
2323 ],
2424 "matchStringsStrategy" : " recursive" ,
2525 "matchStrings" : [
3131 {
3232 "customType" : " regex" ,
3333 "description" : " Arduino library dependencies from git (branch with commit)" ,
34- "fileMatch " : [
35- " (^|/)arduino-meta\\ .yaml$"
34+ "managerFilePatterns " : [
35+ " / (^|/)arduino-meta\\ .yaml$/ "
3636 ],
3737 "matchStringsStrategy" : " recursive" ,
3838 "matchStrings" : [
4545 {
4646 "customType" : " regex" ,
4747 "description" : " Arduino package dependencies from the Arduino boards manager" ,
48- "fileMatch " : [
49- " (^|/)arduino-meta\\ .yaml$"
48+ "managerFilePatterns " : [
49+ " / (^|/)arduino-meta\\ .yaml$/ "
5050 ],
5151 "matchStringsStrategy" : " recursive" ,
5252 "matchStrings" : [
You can’t perform that action at this time.
0 commit comments