When min_version is provided and it is a smaller semver than the one currently in the DESCRIPTION file, it will not be decremented to the lower version.
usethis::use_package("dplyr", min_version = "1.0.0")
usethis::use_package("dplyr", min_version = "0.8.0")