File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "customManagers" : [
55 {
66 "customType" : "regex" ,
7- "fileMatch " : [
7+ "managerFilePatterns " : [
88 "^.github/workflows/[^/]*\\.ya?ml$"
99 ] ,
1010 "matchStrings" : [
Original file line number Diff line number Diff line change 88 "description" : "Manage Alpine OS versions in container image tags" ,
99 "customType" : "regex" ,
1010 // https://docs.renovatebot.com/modules/manager/dockerfile/#default-config
11- "fileMatch " : [
11+ "managerFilePatterns " : [
1212 "(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$" ,
1313 "(^|/)([Dd]ocker|[Cc]ontainer)file[^/]*$" ,
1414 ] ,
2121 {
2222 "description" : "Manage Alpine OS versions in container image tags" ,
2323 "customType" : "regex" ,
24- "fileMatch " : [
24+ "managerFilePatterns " : [
2525 // gitlabci: https://docs.renovatebot.com/modules/manager/gitlabci/#default-config
2626 "\\.gitlab-ci\\.ya?ml$" ,
2727 // droneci: https://docs.drone.io/pipeline/overview/
You can’t perform that action at this time.
0 commit comments