Skip to content

Commit

Permalink
ci: disable pnpm-lock.yaml update via renovate
Browse files Browse the repository at this point in the history
This commit tries to display `pnpm-lock.yaml` update using renovate and instead it uses `yarn bazel run @npm2//:sync`.
  • Loading branch information
alan-agius4 committed Dec 16, 2024
1 parent 59985c2 commit 83ae8a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"yarn install --frozen-lockfile --non-interactive",
"yarn bazel run @npm2//:sync"
],
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*"],
"fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"],
"executionMode": "branch"
},
"lockFileMaintenance": {
Expand All @@ -32,6 +32,10 @@
".github/workflows/**/*.yml"
],
"packageRules": [
{
"matchManagers": ["pnpm"],
"enabled": false
},
{
"matchPackageNames": ["quicktype-core"],
"schedule": ["before 4:00am on the first day of the month"]
Expand Down

0 comments on commit 83ae8a1

Please sign in to comment.