Skip to content

Commit

Permalink
Allow @seek/indie-api-types major through
Browse files Browse the repository at this point in the history
This is tied to our AWS SDK upgrade: SEEK-Jobs/indie-api-types#911
  • Loading branch information
72636c committed Jan 1, 2024
1 parent ea3979d commit e97e063
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@
"semanticCommitType": "fix"
},
{
"excludePackageNames": ["@koa/cors", "@seek/ie-logging"],
"excludePackageNames": [
"@koa/cors",
"@seek/ie-logging",
"@seek/indie-api-types"
],
"matchUpdateTypes": ["major"],

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

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

"enabled": false
Expand Down

0 comments on commit e97e063

Please sign in to comment.