Skip to content

Commit 5097cd5

Browse files
Disable @types/node template renovation (#993)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ryan Ling <[email protected]>
1 parent e62dcf9 commit 5097cd5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/renovate.json5

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525

2626
enabled: false,
2727
},
28+
{
29+
matchManagers: ['npm'],
30+
matchPackageNames: [
31+
// Should be synchronised with AWS Lambda runtimes and Docker images
32+
'@types/node',
33+
],
34+
matchPaths: ['template/**'],
35+
36+
enabled: false,
37+
},
2838
{
2939
matchManagers: [
3040
'buildkite',

0 commit comments

Comments
 (0)