File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 190190 'npx (?<depName>[^@]+)@(?<currentValue>[^\\s]+)' ,
191191 ] ,
192192 } ,
193+ {
194+ customType : 'regex' ,
195+ datasourceTemplate : 'npm' ,
196+ managerFilePatterns : [
197+ '.github/workflows/**' ,
198+ ] ,
199+ matchStrings : [
200+ 'npm install (?<depName>[^@\\s]+)@(?<currentValue>[^\\s]+)' ,
201+ ] ,
202+ } ,
193203 {
194204 customType : 'regex' ,
195205 datasourceTemplate : 'java-version' ,
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121
2222 - name : Install js-yaml
23- run : npm install js-yaml
23+ run : npm install js-yaml@4.0.0
2424
2525 - name : Parse component label and assign owners
2626 uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
You can’t perform that action at this time.
0 commit comments