Skip to content

Commit

Permalink
Allow @seek/indie-api-types major through (#103)
Browse files Browse the repository at this point in the history
* Allow `@seek/indie-api-types` major through

This is tied to our AWS SDK upgrade: SEEK-Jobs/indie-api-types#911

* Include `@seek/indie-mocks`

Co-authored-by: Aaron Moat <[email protected]>

---------

Co-authored-by: Aaron Moat <[email protected]>
  • Loading branch information
72636c and AaronMoat authored Jan 1, 2024
1 parent ea3979d commit f01affb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
7 changes: 6 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
"semanticCommitType": "fix"
},
{
"excludePackageNames": ["@koa/cors", "@seek/ie-logging"],
"excludePackageNames": [
"@koa/cors",
"@seek/ie-logging",
"@seek/indie-api-types",
"@seek/indie-mocks"
],
"matchUpdateTypes": ["major"],

"enabled": false
Expand Down
7 changes: 6 additions & 1 deletion non-critical.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@
"group": { "commitMessageTopic": "{{groupName}}" }
},
{
"excludePackageNames": ["@koa/cors", "@seek/ie-logging"],
"excludePackageNames": [
"@koa/cors",
"@seek/ie-logging",
"@seek/indie-api-types",
"@seek/indie-mocks"
],
"matchUpdateTypes": ["major"],

"enabled": false
Expand Down
7 changes: 6 additions & 1 deletion third-party-major.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@
"allowedVersions": "!/^4.21.0$/"
},
{
"excludePackageNames": ["@koa/cors", "@seek/ie-logging"],
"excludePackageNames": [
"@koa/cors",
"@seek/ie-logging",
"@seek/indie-api-types",
"@seek/indie-mocks"
],
"matchUpdateTypes": ["major"],

"enabled": false
Expand Down

0 comments on commit f01affb

Please sign in to comment.