Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#470)
Browse files Browse the repository at this point in the history
Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
  • Loading branch information
aki-bot[bot] authored Jun 25, 2024
1 parent fbf8f0d commit 3dcc784
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
uses: renovatebot/github-action@21d88b0bf0183abcee15f990011cca090dfc47dd # v40.1.12
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.414
renovate-version: 37.415
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
restart: always

prowlarr:
image: lscr.io/linuxserver/prowlarr:1.18.0@sha256:0369a5db8d5cfc9892963c6619ff3b03b8edcaff2dcd4e7f881e6af334e550fc # editorconfig-checker-disable-line
image: lscr.io/linuxserver/prowlarr:1.19.0@sha256:5e591696b82e9f18b608d8e66229c6976dbe7d7fbf3b366c6398a43003fb8fe5 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ services:
restart: always

grafana:
image: grafana/grafana-oss:10.4.4@sha256:70c3ee3970a24fff58d1aed7d381576057e1eb76f0df2f6552691f34244835f8 # editorconfig-checker-disable-line
image: grafana/grafana-oss:10.4.5@sha256:c2f484c66179ddd2acae789ecaf8f283359a5ebc597e28253c794a229eb2d3f6 # editorconfig-checker-disable-line
user: "{{ ansible_admin_user_uid }}:{{ ansible_admin_user_gid }}"
environment:
TZ: "{{ timezone }}"
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/workstations/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# renovate: datasource=github-releases depName=cli/cli
github_cli_version: v2.51.0
github_cli_version: v2.52.0
architecture_to_github_cli_architecture:
x86_64: amd64
armv7l: armv6
Expand Down

0 comments on commit 3dcc784

Please sign in to comment.