diff --git a/.github/renovate.json b/.github/renovate.json index b7c0d95b..13abf2af 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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"], diff --git a/configs/jest-config/package.json b/configs/jest-config/package.json index a47ecc30..9bd2b6bd 100644 --- a/configs/jest-config/package.json +++ b/configs/jest-config/package.json @@ -12,7 +12,8 @@ }, "devDependencies": { "eslint": "8.52.0", - "eslint-config-custom": "workspace:^" + "eslint-config-custom": "workspace:^", + "jest": "29.7.0" }, "peerDependencies": { "jest": ">= 29" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 77e93a06..a51ce631 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -169,9 +169,6 @@ importers: configs/jest-config: dependencies: - jest: - specifier: '>= 29' - version: 29.7.0(@types/node@18.18.8)(ts-node@10.9.1) jest-environment-jsdom: specifier: 29.7.0 version: 29.7.0 @@ -185,6 +182,9 @@ importers: eslint-config-custom: specifier: workspace:^ version: link:../eslint-config-custom + jest: + specifier: 29.7.0 + version: 29.7.0(@types/node@18.18.8)(ts-node@10.9.1) configs/tsconfig-config: {}