Skip to content

Commit

Permalink
migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
samchungy committed Oct 16, 2024
1 parent 40b0213 commit d65b849
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
6 changes: 5 additions & 1 deletion non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
"allowedVersions": "!/^(3\\.42\\.0|4\\.21\\.0)$/"
},
{
"excludePackageNames": ["seek-jobs/gantry", "seek-jobs/automat", "skuba"],
"matchPackageNames": [
"!seek-jobs/gantry",
"!seek-jobs/automat",
"!skuba"
],
"matchUpdateTypes": [
"bump",
"digest",
Expand Down
22 changes: 16 additions & 6 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,13 @@
"enabled": false
},
{
"excludePackageNames": ["braid-design-system", "sku", "skuba"],
"excludePackagePatterns": ["^@?seek", "seek$"],
"matchPackageNames": [
"!braid-design-system",
"!sku",
"!skuba",
"!/^@?seek/",
"!/seek$/"
],
"matchManagers": ["npm"],
"matchUpdateTypes": ["patch", "minor"],

Expand All @@ -67,8 +72,13 @@
"allowedVersions": "!/^(3\\.42\\.0|4\\.21\\.0)$/"
},
{
"excludePackageNames": ["braid-design-system", "sku", "skuba"],
"excludePackagePatterns": ["^@?seek", "seek$"],
"matchPackageNames": [
"!braid-design-system",
"!sku",
"!skuba",
"!/^@?seek/",
"!/seek$/"
],
"matchDepTypes": ["devDependencies", "peerDependencies"],
"matchManagers": ["npm"],
"matchUpdateTypes": ["major"],
Expand All @@ -83,7 +93,7 @@
"minimumReleaseAge": "14 days"
},
{
"excludePackagePatterns": ["^seek-jobs/", "^seek-oss/"],
"matchPackageNames": ["!/^seek-jobs//", "!/^seek-oss//"],
"matchManagers": ["buildkite"],

"additionalBranchPrefix": "",
Expand All @@ -103,7 +113,7 @@
},
{
"matchDepNames": ["braid-design-system", "sku", "skuba"],
"matchPackagePatterns": ["^@?seek", "seek$"],
"matchPackageNames": ["/^@?seek/", "/seek$/"],

"prPriority": 98,
"schedule": "after 3:00 am and before 6:00 am every weekday"
Expand Down

0 comments on commit d65b849

Please sign in to comment.