Skip to content

Commit

Permalink
move profile packages to different package rules (#82)
Browse files Browse the repository at this point in the history
* move profile packages to different package rules

* formatting

* Sort alphabetically

---------

Co-authored-by: Ryan Ling <ryan@outlook.com.au>
  • Loading branch information
pauloprestes and 72636c authored Feb 28, 2023
1 parent 6578e94 commit 9416de6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
"matchPackageNames": [
"@seek/backoffice-access",
"@seek/ca-graphql-schema",
"@seek/candidate-data-contracts",
"@seek/hirer-jobs-types",
"@seek/ie-shared-types",
"@seek/indie-cardib-types"
Expand All @@ -199,7 +198,6 @@
"matchPackageNames": [
"@seek/backoffice-access",
"@seek/ca-graphql-schema",
"@seek/candidate-data-contracts",
"@seek/hirer-jobs-types",
"@seek/ie-shared-types",
"@seek/indie-cardib-types"
Expand All @@ -219,7 +217,13 @@
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["@seek/indie-api-types", "@seek/indie-mocks"],
"matchPackageNames": [
"@seek/apply-pipeline-contracts",
"@seek/blobstore-consumer-sdk",
"@seek/candidate-data-contracts",
"@seek/indie-api-types",
"@seek/indie-mocks"
],
"matchUpdateTypes": ["minor", "patch"],

"automerge": true,
Expand Down

0 comments on commit 9416de6

Please sign in to comment.