File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 {
2626 description : "Update semantic-release in GitHub Action workflows" ,
2727 customType : "regex" ,
28- fileMatch : [ "(^workflow-templates|\\.github/(actions|workflows))\\/.+\\.ya?ml$" ] ,
28+ managerFilePatterns : [
29+ "/(^workflow-templates|\\.github/(actions|workflows))\\/.+\\.ya?ml$/"
30+ ] ,
2931 matchStrings : [
30- "\
31- semantic_version\\s*:\\s*(\"|')?(?<currentValue>.+)(\"|')?\
32- (\\s+|\\s+.*)"
32+ "semantic_version\\s*:\\s*(\"|')?(?<currentValue>.+)(\"|')?(\\s+|\\s+.*)"
3333 ] ,
3434 datasourceTemplate : "npm" ,
3535 depNameTemplate : "semantic-release"
3636 } ,
3737 {
3838 description : "Any other workflows related file with dependencies" ,
3939 customType : "regex" ,
40- fileMatch : [
41- "(^workflow-templates|\\.github/workflows)/[^/]+\\.ya?ml$" ,
40+ managerFilePatterns : [
41+ "/ (^workflow-templates|\\.github/workflows)/[^/]+\\.ya?ml$/"
4242 ] ,
4343 matchStrings : [
4444 "\
You can’t perform that action at this time.
0 commit comments