Skip to content

Commit e76c5cd

Browse files
committed
ci: include all package.json files
Previously, some package.json files were not detected by Renovate due to incomplete configuration. This update ensures all relevant files are included for proper dependency management.
1 parent 5078c8b commit e76c5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"includePaths": [
1919
"WORKSPACE",
2020
"package.json",
21-
"packages/**/package.json",
22-
"tests/legacy-cli/e2e/ng-snapshot/package.json",
21+
"**/package.json",
2322
".github/workflows/**/*.yml",
2423
".nvmrc"
2524
],
25+
"ignorePaths": ["tests/legacy-cli/e2e/assets/**", "tests/schematics/update/packages/**"],
2626
"packageRules": [
2727
{
2828
"matchDepNames": ["node"],

0 commit comments

Comments
 (0)