Skip to content

Commit 14e6b14

Browse files
chore(config): migrate renovate config (#118)
chore(config): migrate config .github/renovate.json5 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f3a7264 commit 14e6b14

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/renovate.json5

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
customManagers: [
1010
{
1111
customType: 'regex',
12-
fileMatch: [
13-
'.github/renovate.json5$',
12+
managerFilePatterns: [
13+
'/.github/renovate.json5$/',
1414
],
1515
matchStrings: [
1616
'constraints: {(\\s*\\n\\s*)"go":\\s*"(?<currentValue>.*?)"',
@@ -21,8 +21,8 @@
2121
},
2222
{
2323
customType: 'regex',
24-
fileMatch: [
25-
'Earthfile$',
24+
managerFilePatterns: [
25+
'/Earthfile$/',
2626
],
2727
matchStrings: [
2828
'FROM golang:(?<currentValue>.*?)\\n',
@@ -32,8 +32,8 @@
3232
},
3333
{
3434
customType: 'regex',
35-
fileMatch: [
36-
'Earthfile$',
35+
managerFilePatterns: [
36+
'/Earthfile$/',
3737
],
3838
matchStrings: [
3939
'google.golang.org/protobuf/cmd/protoc-gen-go@(?<currentValue>.*?)\\n',
@@ -43,8 +43,8 @@
4343
},
4444
{
4545
customType: 'regex',
46-
fileMatch: [
47-
'Earthfile$',
46+
managerFilePatterns: [
47+
'/Earthfile$/',
4848
],
4949
matchStrings: [
5050
'google.golang.org/grpc/cmd/protoc-gen-go-grpc@(?<currentValue>.*?)\\n',
@@ -54,8 +54,8 @@
5454
},
5555
{
5656
customType: 'regex',
57-
fileMatch: [
58-
'Earthfile$',
57+
managerFilePatterns: [
58+
'/Earthfile$/',
5959
],
6060
matchStrings: [
6161
'github.com/bufbuild/buf/cmd/buf@(?<currentValue>.*?)\\n',
@@ -65,8 +65,8 @@
6565
},
6666
{
6767
customType: 'regex',
68-
fileMatch: [
69-
'Earthfile$',
68+
managerFilePatterns: [
69+
'/Earthfile$/',
7070
],
7171
matchStrings: [
7272
'\\$\\(go env GOPATH\\)/bin (?<currentValue>.*?)\\n',
@@ -76,10 +76,10 @@
7676
},
7777
{
7878
customType: 'regex',
79-
fileMatch: [
80-
'.github/workflows/main.yml$',
81-
'.github/workflows/pr.yml$',
82-
'.github/workflows/commitlint.yml$',
79+
managerFilePatterns: [
80+
'/.github/workflows/main.yml$/',
81+
'/.github/workflows/pr.yml$/',
82+
'/.github/workflows/commitlint.yml$/',
8383
],
8484
matchStrings: [
8585
'version: (?<currentValue>.*?)\\n',

0 commit comments

Comments
 (0)