File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 9
9
customManagers : [
10
10
{
11
11
customType : 'regex' ,
12
- fileMatch : [
13
- '.github/renovate.json5$' ,
12
+ managerFilePatterns : [
13
+ '/ .github/renovate.json5$/ ' ,
14
14
] ,
15
15
matchStrings : [
16
16
'constraints: {(\\s*\\n\\s*)"go":\\s*"(?<currentValue>.*?)"' ,
21
21
} ,
22
22
{
23
23
customType : 'regex' ,
24
- fileMatch : [
25
- 'Earthfile$' ,
24
+ managerFilePatterns : [
25
+ '/ Earthfile$/ ' ,
26
26
] ,
27
27
matchStrings : [
28
28
'FROM golang:(?<currentValue>.*?)\\n' ,
32
32
} ,
33
33
{
34
34
customType : 'regex' ,
35
- fileMatch : [
36
- 'Earthfile$' ,
35
+ managerFilePatterns : [
36
+ '/ Earthfile$/ ' ,
37
37
] ,
38
38
matchStrings : [
39
39
'google.golang.org/protobuf/cmd/protoc-gen-go@(?<currentValue>.*?)\\n' ,
43
43
} ,
44
44
{
45
45
customType : 'regex' ,
46
- fileMatch : [
47
- 'Earthfile$' ,
46
+ managerFilePatterns : [
47
+ '/ Earthfile$/ ' ,
48
48
] ,
49
49
matchStrings : [
50
50
'google.golang.org/grpc/cmd/protoc-gen-go-grpc@(?<currentValue>.*?)\\n' ,
54
54
} ,
55
55
{
56
56
customType : 'regex' ,
57
- fileMatch : [
58
- 'Earthfile$' ,
57
+ managerFilePatterns : [
58
+ '/ Earthfile$/ ' ,
59
59
] ,
60
60
matchStrings : [
61
61
'github.com/bufbuild/buf/cmd/buf@(?<currentValue>.*?)\\n' ,
65
65
} ,
66
66
{
67
67
customType : 'regex' ,
68
- fileMatch : [
69
- 'Earthfile$' ,
68
+ managerFilePatterns : [
69
+ '/ Earthfile$/ ' ,
70
70
] ,
71
71
matchStrings : [
72
72
'\\$\\(go env GOPATH\\)/bin (?<currentValue>.*?)\\n' ,
76
76
} ,
77
77
{
78
78
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$/ ' ,
83
83
] ,
84
84
matchStrings : [
85
85
'version: (?<currentValue>.*?)\\n' ,
You can’t perform that action at this time.
0 commit comments