0.1.3
Issues | Pull Requests | 0.1.2...0.1.3
Features
#86 #87 Support the short syntax <package name>@<version>
even if the package name is different from the repository full name
e.g.
packages:
- name: istio/istio/[email protected]
Until this update, this preset can't update the package, and you had to write as the following.
packages:
- name: istio/istio/istioctl
version: 1.12.0 # renovate: depName=istio/istio
By this update, you can use the short syntax if the package name starts with <repository full name>/
too.
Bug Fixes
#84 #85 Failed to update when over two spaces exist before # renovate: depName=