File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,11 @@ common:needs_credential_helpers --credential_helper=index.docker.io=%workspace%/
15
15
common:needs_credential_helpers --credential_helper=docker.elastic.co=%workspace%/examples/credential_helper/auth.sh
16
16
common:needs_credential_helpers --credential_helper_cache_duration=0
17
17
18
+ # Don’t want to push a rules author to update their deps if not needed.
19
+ # https://bazel.build/reference/command-line-reference#flag--check_direct_dependencies
20
+ # https://bazelbuild.slack.com/archives/C014RARENH0/p1691158021917459?thread_ts=1691156601.420349&cid=C014RARENH0
21
+ common --check_direct_dependencies=off
22
+
18
23
# Load any settings specific to the current user.
19
24
# .bazelrc.user should appear in .gitignore so that settings are not shared with team members
20
25
# This needs to be last statement in this
You can’t perform that action at this time.
0 commit comments