Skip to content

Commit 6ba4a3e

Browse files
committed
ci: disable pnpm-lock.yaml update via renovate
This commit tries to display `pnpm-lock.yaml` update using renovate and instead it uses `yarn bazel run @npm2//:sync`.
1 parent 59985c2 commit 6ba4a3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"yarn install --frozen-lockfile --non-interactive",
1515
"yarn bazel run @npm2//:sync"
1616
],
17-
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*"],
17+
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"],
1818
"executionMode": "branch"
1919
},
2020
"lockFileMaintenance": {
@@ -31,6 +31,7 @@
3131
"tests/legacy-cli/e2e/ng-snapshot/package.json",
3232
".github/workflows/**/*.yml"
3333
],
34+
"ignorePaths": ["pnpm-lock.yaml"],
3435
"packageRules": [
3536
{
3637
"matchPackageNames": ["quicktype-core"],

0 commit comments

Comments
 (0)