Skip to content

Commit 0df9939

Browse files
committed
ci: disable auto updates for io_bazel_rules_webtesting
This requires some changes due to the below error: ``` ERROR: error loading package '@@devinfra//bazel/browsers/chromium': Every .bzl file must have a corresponding package, but '@@io_bazel_rules_webtesting//web:web.bzl' does not have one. Please create a BUILD file in the same or any parent directory. Note that this BUILD file does not need to do anything except exist. ```
1 parent d4bfadc commit 0df9939

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
@@ -2,7 +2,7 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
44
"ignorePaths": ["tests/legacy-cli/e2e/assets/**", "tests/schematics/update/packages/**"],
5-
"ignoreDeps": ["verdaccio"],
5+
"ignoreDeps": ["io_bazel_rules_webtesting", "verdaccio"],
66
"packageRules": [
77
{
88
"matchFileNames": [

0 commit comments

Comments
 (0)