Skip to content

Commit

Permalink
Revert - Disable major upgrades over launch period seek-oss#96
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrydon committed Jan 31, 2024
1 parent 9c02117 commit 8bfbe2e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
8 changes: 2 additions & 6 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,8 @@
"semanticCommitType": "fix"
},
{
"excludePackageNames": [
"@koa/cors",
"@seek/ie-logging",
"@seek/indie-api-types",
"@seek/indie-mocks"
],
"matchManagers": ["npm"],
"matchPackageNames": ["@types/node"],
"matchUpdateTypes": ["major"],

"enabled": false
Expand Down
9 changes: 2 additions & 7 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,9 @@
"group": { "commitMessageTopic": "{{groupName}}" }
},
{
"excludePackageNames": [
"@koa/cors",
"@seek/ie-logging",
"@seek/indie-api-types",
"@seek/indie-mocks"
],
"matchManagers": ["npm"],
"matchPackageNames": ["@types/node"],
"matchUpdateTypes": ["major"],

"enabled": false
},
{
Expand Down
13 changes: 6 additions & 7 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,14 @@
"allowedVersions": "!/^(3\\.42\\.0|4\\.21\\.0)$/"
},
{
"excludePackageNames": [
"@koa/cors",
"@seek/ie-logging",
"@seek/indie-api-types",
"@seek/indie-mocks"
],

"excludePackageNames": ["braid-design-system", "sku", "skuba"],
"excludePackagePatterns": ["^@?seek", "seek$"],
"matchDepTypes": ["devDependencies", "peerDependencies"],
"matchManagers": ["npm"],
"matchUpdateTypes": ["major"],

"enabled": false
"schedule": "after 3:00 am and before 6:00 am every 2 weeks on Tuesday"
},
{
"matchManagers": ["npm"],
Expand Down

0 comments on commit 8bfbe2e

Please sign in to comment.