The location of the user .bazelrc file containing default values of Bazel
options. /dev/null indicates that all further `--bazelrc`s will be ignored,
which is useful to disable the search for a user rc file, e.g. in release
builds.
This option can also be specified multiple times.
E.g. with `--bazelrc=x.rc --bazelrc=y.rc --bazelrc=/dev/null --bazelrc=z.
rc`,
1) x.rc and y.rc are read.
2) z.rc is ignored due to the prior /dev/null.
If unspecified, Bazel uses the first .bazelrc file it finds in the
following two locations: the workspace directory, then the user's home
directory.
Note: command line options will always supersede any option in bazelrc.