Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#382)
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 Nov 27, 2023
1 parent 27fd54a commit 743438c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
uses: renovatebot/github-action@9c2e6e7dc5340821aa2c82094e7326895c94a435 # v39.1.3
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.64.1
renovate-version: 37.68.4
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2023.11.2@sha256:93e68bf0d74b5486f5566d8d53368716967e230fca7ebac6db0187faa77e5792 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2023.11.3@sha256:133b6a00bd06c0505d7096d21c24fcaf89a3d8012d250b5ee61d116bcd2053b7 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
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.9.4@sha256:a14dd7ee8b53b922d05c2c8b99e3686eeca95884bb490310936e1cdf32fbf8c6 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/prowlarr:1.10.5@sha256:c99aff42186aa7f14f4f62a1f31b9e637d16ce63c3af3b91b8c90d678bfcaad8 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
portainer:
image: portainer/portainer-ce:2.19.2@sha256:52f514125b5ae0948debc8f501d77ac621a2605e8e28309c72c9d6bb0eb2b2b2 # editorconfig-checker-disable-line
image: portainer/portainer-ce:2.19.3@sha256:eedfaee91bcb43025c072278ada094a548e2ce27ecd64db83a2ce6cf172489e9 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dns

services:
pihole:
image: pihole/pihole:2023.10.0@sha256:562766abc805d5005bb2d2aa5d4bbf2d9b347380b1ea4504fb59b2100500f672 # editorconfig-checker-disable-line
image: pihole/pihole:2023.11.0@sha256:24b1ef8f66d810faffefdb9b66850bbe2d55013506b892605acef414e210edeb # editorconfig-checker-disable-line
hostname: dns-primary
environment:
TZ: "{{ timezone }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: portainer

services:
portainer:
image: portainer/portainer-ce:2.19.2@sha256:52f514125b5ae0948debc8f501d77ac621a2605e8e28309c72c9d6bb0eb2b2b2 # editorconfig-checker-disable-line
image: portainer/portainer-ce:2.19.3@sha256:eedfaee91bcb43025c072278ada094a548e2ce27ecd64db83a2ce6cf172489e9 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/workstations/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ google_chrome_architecture:
"{{ architecture_to_google_chrome_architecture[ansible_architecture] }}"

# renovate: datasource=github-releases depName=ryanoasis/nerd-fonts
nerd_fonts_version: v3.0.2
nerd_fonts_version: v3.1.1

0 comments on commit 743438c

Please sign in to comment.