# we want to use only LTS releases
# only match updates to the minor branch we already use
_minor="${version%.*}"
_minor="${_minor//./\\.}\\."
pattern="${_minor}[0-9]*"
