Skip to content

Commit ed70d3f

Browse files
authored
Pin npm dependency version (open-telemetry#2211)
1 parent 35d41a6 commit ed70d3f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,16 @@
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',

.github/workflows/assign-issue-owners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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

0 commit comments

Comments
 (0)