Skip to content

Commit 2fdb873

Browse files
committed
chore: remove reference to deleted third_party in renovate.json
1 parent 43f04d2 commit 2fdb873

File tree

1 file changed

+4
-17
lines changed

1 file changed

+4
-17
lines changed

renovate.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
11
{
2-
"extends": [
3-
"config:js-app",
4-
"helpers:pinGitHubActionDigests"
5-
],
6-
"ignoreDeps": [
7-
"bazel_skylib",
8-
"io_bazel_skydoc",
9-
"io_bazel_rules_k8s"
10-
],
11-
"ignorePaths": [
12-
"e2e",
13-
"tools",
14-
"third_party"
15-
],
16-
"enabledManagers": [
17-
"bazel"
18-
],
2+
"extends": ["config:js-app", "helpers:pinGitHubActionDigests"],
3+
"ignoreDeps": ["bazel_skylib", "io_bazel_skydoc", "io_bazel_rules_k8s"],
4+
"ignorePaths": ["e2e", "tools"],
5+
"enabledManagers": ["bazel"],
196
"semanticPrefix": "chore"
207
}

0 commit comments

Comments
 (0)