Skip to content

Commit

Permalink
fix(global): add workspace configs to renovate, update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Nov 3, 2023
1 parent 360de68 commit e9e96d4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
11 changes: 10 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,18 @@
"matchPackagePatterns": ["^actions"]
},
{
"groupSlug": "monorepo-root",
"groupSlug": "workspace-root",
"matchFileNames": ["package.json"]
},
{
"groupSlug": "nx",
"matchPackageNames": ["nx"],
"matchPackagePatterns": ["^@nrwl/"]
},
{
"groupSlug": "lerna-lite",
"matchPackagePatterns": ["^@lerna-lite/"]
},
{
"groupSlug": "eslint-config",
"matchPackageNames": ["@typescript-eslint/eslint-plugin", "@typescript-eslint/parser"],
Expand Down
3 changes: 2 additions & 1 deletion configs/jest-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"devDependencies": {
"eslint": "8.52.0",
"eslint-config-custom": "workspace:^"
"eslint-config-custom": "workspace:^",
"jest": "29.7.0"
},
"peerDependencies": {
"jest": ">= 29"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e9e96d4

Please sign in to comment.