Skip to content

Commit 4398c48

Browse files
committed
ci: disable yarn auto update
Since the yarn version is specified in the Bazel setup, automatically updating the dependency is not feasible.
1 parent 9e35d17 commit 4398c48

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@
1212
"dependencyDashboard": true,
1313
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
1414
"baseBranches": ["main"],
15-
"ignoreDeps": ["@types/node", "build_bazel_rules_nodejs", "rules_pkg", "copy-webpack-plugin"],
15+
"ignoreDeps": [
16+
"@types/node",
17+
"build_bazel_rules_nodejs",
18+
"rules_pkg",
19+
"copy-webpack-plugin",
20+
"yarn"
21+
],
1622
"includePaths": [
1723
"WORKSPACE",
1824
"package.json",

0 commit comments

Comments
 (0)