Skip to content

Commit 60bd5c4

Browse files
committed
Merge branch 'seek-oss/master' into mrjono1/master
# Conflicts: # default.json # non-critical.json
2 parents de21e0f + 47eaa81 commit 60bd5c4

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

default.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,18 @@
4242
},
4343
{
4444
"matchManagers": ["npm"],
45-
"matchDepNames": ["@types/node"],
45+
"matchDepNames": ["@types/node", "node-fetch"],
4646
"matchUpdateTypes": ["major"],
4747

4848
"enabled": false
4949
},
50+
{
51+
"matchManagers": ["npm"],
52+
"matchDepNames": ["serverless"],
53+
"matchUpdateTypes": ["major"],
54+
"matchCurrentVersion": "/^3\\./",
55+
"enabled": false
56+
},
5057
{
5158
"matchManagers": ["npm"],
5259
"matchDepNames": ["dd-trace"],

non-critical.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,17 @@
1919
},
2020
{
2121
"matchManagers": ["npm"],
22-
"matchDepNames": ["@types/node"],
22+
"matchDepNames": ["@types/node", "node-fetch"],
2323
"matchUpdateTypes": ["major"],
2424
"enabled": false
2525
},
26+
{
27+
"matchManagers": ["npm"],
28+
"matchDepNames": ["serverless"],
29+
"matchUpdateTypes": ["major"],
30+
"matchCurrentVersion": "/^3\\./",
31+
"enabled": false
32+
},
2633
{
2734
"matchManagers": ["npm"],
2835
"matchDepNames": ["dd-trace"],

third-party-major.json

+7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232

3333
"semanticCommitType": "fix"
3434
},
35+
{
36+
"matchManagers": ["npm"],
37+
"matchDepNames": ["serverless"],
38+
"matchUpdateTypes": ["major"],
39+
"matchCurrentVersion": "/^3\\./",
40+
"enabled": false
41+
},
3542
{
3643
"excludePackageNames": ["braid-design-system", "sku", "skuba"],
3744
"excludePackagePatterns": ["^@?seek", "seek$"],

0 commit comments

Comments
 (0)