Skip to content

Commit e81f578

Browse files
chore(config): migrate config renovate.json (#137)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7f2ea23 commit e81f578

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

renovate.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
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": [
@@ -59,8 +59,8 @@
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": [
@@ -72,8 +72,8 @@
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": [
@@ -83,4 +83,4 @@
8383
"depNameTemplate": "domaindrivendev/Swashbuckle.AspNetCore"
8484
}
8585
]
86-
}
86+
}

0 commit comments

Comments
 (0)