blob: f4b30521b94ffd3d23d9141183c904a7284e3b86 [file] [log] [blame]
# Package group restricting access to dormant dependencies.
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools/allowlists:__pkg__"],
)
package_group(
name = "dormant_dependency_allowlist",
packages = ["public"],
)