Skip to content

Commit 04de3aa

Browse files
authored
Merge pull request #83 from EventAccess/renovate/migrate-config
Migrate Renovate config
2 parents 173c048 + b337176 commit 04de3aa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/renovate.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"customManagers": [
77
{
88
"customType": "regex",
9-
"fileMatch": [
10-
"^\\.tools/tools\\.yaml$"
9+
"managerFilePatterns": [
10+
"/^\\.tools/tools\\.yaml$/"
1111
],
1212
"matchStringsStrategy": "recursive",
1313
"matchStrings": [
@@ -18,8 +18,8 @@
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": [
@@ -31,8 +31,8 @@
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": [
@@ -45,8 +45,8 @@
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": [

0 commit comments

Comments
 (0)