We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnpm-lock.yaml
1 parent 59985c2 commit 2f51b66Copy full SHA for 2f51b66
renovate.json
@@ -14,7 +14,7 @@
14
"yarn install --frozen-lockfile --non-interactive",
15
"yarn bazel run @npm2//:sync"
16
],
17
- "fileFilters": [".aspect/rules/external_repository_action_cache/**/*"],
+ "fileFilters": [".aspect/rules/external_repository_action_cache/**/*", "pnpm-lock.yaml"],
18
"executionMode": "branch"
19
},
20
"lockFileMaintenance": {
@@ -32,6 +32,10 @@
32
".github/workflows/**/*.yml"
33
34
"packageRules": [
35
+ {
36
+ "matchManagers": ["pnpm"],
37
+ "enabled": false
38
+ },
39
{
40
"matchPackageNames": ["quicktype-core"],
41
"schedule": ["before 4:00am on the first day of the month"]
0 commit comments