stephan48: Neat thing that updatecli lets me do, update every tool aqua manages, without having to have a bunch of regex in the renovate.json like they have: # yaml-language-server: $schema=https://www.updatecli.io/schema/latest/config.json --- name: 'deps: Update aqua-managed tools' pipelineid: aqua/deps scms: default: kind: gitea spec: url: https://git.camnet.site owner: homelab repository: k3s-config branch: main token: '{{ requiredEnv "UPDATECLI_FORGEJO_TOKEN" }}' targets: aquaUpdates: name: 'deps: bump aqua-managed dependencies' kind: shell spec: changedif: kind: file/checksum spec: files: - '.aqua/aqua.yaml' command: | aqua update environments: - name: PATH scmid: default actions: default: kind: gitea/pullrequest scmid: default title: 'deps: Bump aqua-managed tools'