Currently, the Config Policy Management "ban_orbs_version()" function requires the specification of an exact orb version. It would benefit many different use cases to add the ability to ban on the major or minor version level instead of having to list every version, for example:
config.ban_orbs_version(["orb/orb@1")
or
config.ban_orbs_version(["orb/orb@1.1")