File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 ] ,
88 rebaseWhen : 'conflicted' ,
99 prConcurrentLimit : 5 ,
10- baseBranches : [
10+ baseBranchPatterns : [
1111 'main' ,
1212 ] ,
1313 ignorePaths : [
2323 {
2424 customType : 'regex' ,
2525 description : 'Bump Go version used in workflows' ,
26- fileMatch : [
27- '^\\.github\\/workflows\\/[^/]+\\.ya?ml$' ,
26+ managerFilePatterns : [
27+ '/ ^\\.github\\/workflows\\/[^/]+\\.ya?ml$/ ' ,
2828 ] ,
2929 matchStrings : [
3030 "GO_VERSION: '(?<currentValue>.*?)'\\n" ,
3535 {
3636 customType : 'regex' ,
3737 description : 'Bump golangci-lint version in workflows and the Makefile' ,
38- fileMatch : [
39- '^\\.github\\/workflows\\/[^/]+\\.ya?ml$' ,
40- '^Makefile$' ,
38+ managerFilePatterns : [
39+ '/ ^\\.github\\/workflows\\/[^/]+\\.ya?ml$/ ' ,
40+ '/ ^Makefile$/ ' ,
4141 ] ,
4242 matchStrings : [
4343 "GOLANGCI_VERSION: 'v(?<currentValue>.*?)'\\n" ,
5050 {
5151 customType : 'regex' ,
5252 description : 'Bump helm version in the Makefile' ,
53- fileMatch : [
54- '^Makefile$' ,
53+ managerFilePatterns : [
54+ '/ ^Makefile$/ ' ,
5555 ] ,
5656 matchStrings : [
5757 'HELM3_VERSION = (?<currentValue>.*?)\\n' ,
6262 {
6363 customType : 'regex' ,
6464 description : 'Bump kind version in the Makefile' ,
65- fileMatch : [
66- '^Makefile$' ,
65+ managerFilePatterns : [
66+ '/ ^Makefile$/ ' ,
6767 ] ,
6868 matchStrings : [
6969 'KIND_VERSION = (?<currentValue>.*?)\\n' ,
You can’t perform that action at this time.
0 commit comments