ci: prevent renovate from updating @bazel/ibazel (#59761)

Add @bazel/ibazel to the ignored deps list for renovate to prevent us from updating to a version that
is incompatible with our repository.

PR Close #59761
This commit is contained in:
Joey Perrott
2025-01-28 16:41:11 +00:00
committed by Pawel Kozlowski
parent b16d8a1c55
commit ccebbbae6e
3 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -165,7 +165,7 @@
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2a80accff0f6515819a6c6e77eeca9d6936cd7b9",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildifier": "^8.0.0",
"@bazel/ibazel": "^0.16.0",
"@bazel/ibazel": "0.16.2",
"@codemirror/autocomplete": "^6.11.1",
"@codemirror/commands": "^6.3.2",
"@codemirror/lang-angular": "^0.1.2",
+13 -12
View File
@@ -26,6 +26,9 @@
"executionMode": "branch"
},
"ignoreDeps": [
"@bazel/ibazel",
"@bazel/runfiles",
"@rollup/plugin-node-resolve",
"@types/node",
"@types/selenium-webdriver",
"angular-1.5",
@@ -36,29 +39,27 @@
"angular-mocks-1.6",
"angular-mocks-1.7",
"angular-mocks-1.8",
"remark",
"remark-html",
"selenium-webdriver",
"watchr",
"rxjs",
"glob",
"aspect_bazel_lib",
"build_bazel_rules_nodejs",
"chalk",
"convert-source-map",
"@rollup/plugin-node-resolve",
"hast-util-is-element",
"glob",
"hast-util-has-property",
"hast-util-is-element",
"hast-util-to-string",
"rehype-slug",
"remark",
"remark-html",
"rollup",
"rules_pkg",
"rxjs",
"selenium-webdriver",
"systemjs",
"unist-util-filter",
"unist-util-source",
"unist-util-visit",
"unist-util-visit-parents",
"rules_pkg",
"aspect_bazel_lib",
"@bazel/runfiles",
"build_bazel_rules_nodejs"
"watchr"
],
"packageRules": [
{
+1 -3
View File
@@ -325,7 +325,6 @@
"@angular/build-tooling@https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce04ec6cf7604014191821a637e60964a1a3bb4a":
version "0.0.0-2670abf637fa155971cdd1f7e570a7f234922a65"
uid ce04ec6cf7604014191821a637e60964a1a3bb4a
resolved "https://github.com/angular/dev-infra-private-build-tooling-builds.git#ce04ec6cf7604014191821a637e60964a1a3bb4a"
dependencies:
"@angular/benchpress" "0.3.0"
@@ -483,7 +482,6 @@
"@angular/ng-dev@https://github.com/angular/dev-infra-private-ng-dev-builds.git#2a80accff0f6515819a6c6e77eeca9d6936cd7b9":
version "0.0.0-2670abf637fa155971cdd1f7e570a7f234922a65"
uid "2a80accff0f6515819a6c6e77eeca9d6936cd7b9"
resolved "https://github.com/angular/dev-infra-private-ng-dev-builds.git#2a80accff0f6515819a6c6e77eeca9d6936cd7b9"
dependencies:
"@google-cloud/spanner" "7.17.1"
@@ -1390,7 +1388,7 @@
resolved "https://registry.yarnpkg.com/@bazel/esbuild/-/esbuild-5.8.1.tgz#74668d33bfb29652cbe8e2852aa8dca5e0839e73"
integrity sha512-8k4LL8P3ivCnFeBOcjiFxL8U+M5VtEGuOyIqm2hfEiP8xDWsZLS7YQ7KhshKJy7Elh2dlK9oGgMtl0D/x9kxxg==
"@bazel/ibazel@^0.16.0":
"@bazel/ibazel@0.16.2":
version "0.16.2"
resolved "https://registry.yarnpkg.com/@bazel/ibazel/-/ibazel-0.16.2.tgz#05dd7f06659759fda30f87b15534f1e42f1201bb"
integrity sha512-KgqAWMH0emL6f3xH6nqyTryoBMqlJ627LBIe9PT1PRRQPz2FtHib3FIHJPukp1slzF3hJYZvdiVwgPnHbaSOOA==