Skip to content

Commit 44f8081

Browse files
committed
ci: disable auto-updates for @types/express
Express version 5 is still in beta, but the types are incorrectly marked as the latest version.
1 parent 67d1532 commit 44f8081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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", "yarn"],
15+
"ignoreDeps": ["@types/node", "@types/express", "build_bazel_rules_nodejs", "rules_pkg", "yarn"],
1616
"includePaths": [
1717
"WORKSPACE",
1818
"package.json",

0 commit comments

Comments
 (0)