Skip to content

Commit

Permalink
chore: remove reference to deleted third_party in renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Jun 8, 2024
1 parent 43f04d2 commit 2fdb873
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,7 @@
{
"extends": [
"config:js-app",
"helpers:pinGitHubActionDigests"
],
"ignoreDeps": [
"bazel_skylib",
"io_bazel_skydoc",
"io_bazel_rules_k8s"
],
"ignorePaths": [
"e2e",
"tools",
"third_party"
],
"enabledManagers": [
"bazel"
],
"extends": ["config:js-app", "helpers:pinGitHubActionDigests"],
"ignoreDeps": ["bazel_skylib", "io_bazel_skydoc", "io_bazel_rules_k8s"],
"ignorePaths": ["e2e", "tools"],
"enabledManagers": ["bazel"],
"semanticPrefix": "chore"
}

0 comments on commit 2fdb873

Please sign in to comment.