Skip to content

Commit 2f51b66

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 2f51b66

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate.json

Lines changed: 5 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": {
@@ -32,6 +32,10 @@
3232
".github/workflows/**/*.yml"
3333
],
3434
"packageRules": [
35+
{
36+
"matchManagers": ["pnpm"],
37+
"enabled": false
38+
},
3539
{
3640
"matchPackageNames": ["quicktype-core"],
3741
"schedule": ["before 4:00am on the first day of the month"]

0 commit comments

Comments
 (0)