You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
registries:
- type: standardref: v3.139.0 # renovate: depName=aquaproj/aqua-registrypackages:
- name: helmfile/helmfileversion: v0.149.0 # pinned to this version
updatecli.d/helmfile.yaml
conditions:
pinnedVersion:
name: Verify version is not pinnedkind: filedisablesourceinput: truespec:
file: aqua.yamlmatchpattern: '(- name: helmfile/helmfile@)v\d+.\d+.\d+'targets:
updateVersion:
sourceid: latestVersionscmid: defaultname: Update version in aqua.yamlkind: filespec:
file: aqua.yamlmatchpattern: '(- name: helmfile/helmfile@)v\d+.\d+.\d+'replacepattern: '${1}{{ source "latestVersion" }}'
updatecli --config ./updatecli.d
...
- Bump helmfile/helmfile version:
Source:
✔ [latestVersion] Get latest version from GitHub releases (kind: githubrelease)
Condition:
✗ [pinnedVersion] Verify version is not pinned (kind: file)
✔ [verifyVersion] Verify latest release published on GitHub (kind: githubrelease)
Target:
- [updateVersion] Update version in aqua.yaml (kind: file)