Skip to content

Commit

Permalink
fix(renovate): remove faulty '@types/node' rule and explicitly apply …
Browse files Browse the repository at this point in the history
…it to the whole repo (#4091)
  • Loading branch information
pichlermarc authored Aug 29, 2023
1 parent 8ac369f commit 0cc9a0b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,9 @@
{
"matchPackageNames": ["typescript", "webpack", "webpack-cli"],
"dependencyDashboardApproval": true
},
{
"matchPaths": ["experimental/backwards-compatibility/**"],
"matchPackageNames": ["@types/node"],
"enabled": false
}
],
"ignoreDeps": ["@opentelemetry/api", "@opentelemetry/resources_1.9.0"],
"ignoreDeps": ["@opentelemetry/api", "@opentelemetry/resources_1.9.0", "@types/node"],
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@pichlermarc"],
"labels": ["dependencies"]
}

0 comments on commit 0cc9a0b

Please sign in to comment.