Skip to content

Commit 1f4cf94

Browse files
committed
ci: ignore several updates
- `yarn` is copied locally - `bazel` major version should not be updated
1 parent 4358838 commit 1f4cf94

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

renovate-presets/default.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
// Ignored dependencies in all repositories
2929
"ignoreDeps": [
3030
"build_bazel_rules_nodejs",
31-
"rules_pkg"
31+
"rules_pkg",
32+
"yarn" // Yarn is copied locally in all repositories where needed.
3233
],
3334

3435
"packageRules": [
@@ -126,6 +127,9 @@
126127
// Disable major updates for specified dependencies
127128
{
128129
"enabled": false,
130+
"matchDepNames": [
131+
"bazel"
132+
],
129133
"matchPackageNames": [
130134
"@types/node",
131135
"node",

0 commit comments

Comments
 (0)