Skip to content

Commit

Permalink
Disable major upgrades over launch period
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Sep 19, 2023
1 parent ead947b commit 21b49bb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@
"semanticCommitType": "fix"
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["@types/node"],
"matchUpdateTypes": ["major"],

"enabled": false
Expand Down
2 changes: 0 additions & 2 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
"group": { "commitMessageTopic": "{{groupName}}" }
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["@types/node"],
"matchUpdateTypes": ["major"],
"enabled": false
},
Expand Down
6 changes: 1 addition & 5 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,9 @@
"allowedVersions": "< 6"
},
{
"excludePackageNames": ["braid-design-system", "sku", "skuba"],
"excludePackagePatterns": ["^@?seek", "seek$"],
"matchDepTypes": ["devDependencies", "peerDependencies"],
"matchManagers": ["npm"],
"matchUpdateTypes": ["major"],

"schedule": "after 3:00 am and before 6:00 am every 2 weeks on Tuesday"
"enabled": false
},
{
"excludePackagePatterns": ["^seek-jobs/", "^seek-oss/"],
Expand Down

0 comments on commit 21b49bb

Please sign in to comment.