Bazel: Disable bzlmod explicitly in .bazelrc

In Bazel 7.x release line, the bzlmod feature is activated per default,
so that we need to disable it. See this issue for more details: [1].

This will help make sure Bazel Downstream Pipeline is green at
Bazel@HEAD.

[1] https://github.com/bazelbuild/bazel/issues/18958

Release-Notes: skip
Bug: Issue 311578602
Change-Id: I350e7d1cb1f6f3dfde8c3fc55a34c1f8efaf9922
diff --git a/.bazelrc b/.bazelrc
index 6828f9e..d0ce34f 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -1,3 +1,7 @@
+# TODO(davido): Migrate all dependencies from WORKSPACE to MODULE.bazel
+# https://issues.gerritcodereview.com/issues/303819949
+common --noenable_bzlmod
+
 build --workspace_status_command="python3 ./tools/workspace_status.py"
 build --repository_cache=~/.gerritcodereview/bazel-cache/repository
 build --action_env=PATH