File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,11 @@ updates:
4242 - javascript
4343 - semver-patch
4444 ignore :
45+ # Internal dependencies that we update manually
46+ - dependency-name : " @datadog/native-appsec"
47+ - dependency-name : " @datadog/native-iast-taint-tracking"
48+ - dependency-name : " @datadog/wasm-js-rewriter"
49+
4550 - dependency-name : " @types/node"
4651 # Update the types manually with new Node.js version support
4752 update-types : ["version-update:semver-major"]
@@ -89,12 +94,9 @@ updates:
8994 exclude-patterns :
9095 # Add entries that we should update manually.
9196 - " @datadog/libdatadog"
92- - " @datadog/native-appsec"
93- - " @datadog/native-iast-taint-tracking"
9497 - " @datadog/native-metrics"
9598 - " @datadog/pprof"
9699 - " @datadog/sketches-js"
97- - " @datadog/wasm-js-rewriter"
98100 - package-ecosystem : " npm"
99101 directories :
100102 - " /packages/dd-trace/test/plugins/versions"
You can’t perform that action at this time.
0 commit comments