Skip to content

Commit

Permalink
Permit major upgrades to @seek/ie-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
72636c committed Dec 13, 2023
1 parent 320b4a4 commit 96a1b22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
7 changes: 1 addition & 6 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,11 @@
"semanticCommitType": "fix"
},
{
"excludePackageNames": ["@koa/cors", "@seek/ie-logging"],
"matchUpdateTypes": ["major"],

"enabled": false
},
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["@koa/cors"],

"enabled": true
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["eslint"],
Expand Down
8 changes: 2 additions & 6 deletions non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,10 @@
"group": { "commitMessageTopic": "{{groupName}}" }
},
{
"excludePackageNames": ["@koa/cors", "@seek/ie-logging"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["@koa/cors"],

"enabled": true
"enabled": false
},
{
"matchManagers": ["npm"],
Expand Down
7 changes: 1 addition & 6 deletions third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,11 @@
"allowedVersions": "< 6"
},
{
"excludePackageNames": ["@koa/cors", "@seek/ie-logging"],
"matchUpdateTypes": ["major"],

"enabled": false
},
{
"matchUpdateTypes": ["major"],
"matchPackageNames": ["@koa/cors"],

"enabled": true
},
{
"excludePackagePatterns": ["^seek-jobs/", "^seek-oss/"],
"matchManagers": ["buildkite"],
Expand Down

0 comments on commit 96a1b22

Please sign in to comment.