Skip to content

Commit 5290226

Browse files
authored
build: ignore integration test sub-projects within renovate (#24321)
Sub-projects do not necessarily have valid `package.json` files because they might reference local-built packages through `file:<..>` Renovate does not install dependencies on the top-level workspace first, neither does it perform a build. We want to ignore such nested sub-projects as these should be updated manually, ideally even kept up-to-date by pointing from the sub-workspace to the root workspace (using e.g. `file:/../../node_modules/rxjs`).
1 parent 2575b00 commit 5290226

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"semanticCommitScope": "",
1515
"semanticCommitType": "build",
1616
"separateMajorMinor": false,
17+
"ignorePaths": [
18+
"integration/**"
19+
],
1720
"packageRules": [
1821
{
1922
"matchPackagePatterns": ["*"],

0 commit comments

Comments
 (0)