Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#351)
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 Sep 2, 2023
1 parent 671c484 commit 63afb4c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
- name: Update dependencies
# yamllint disable-line rule:line-length
uses: renovatebot/github-action@5e224f3a02c7ce9cadc83f82d65f1b6dd73876c1 # v39.0.3
uses: renovatebot/github-action@3cef36a9aba515d8726b491905b3bc766832e221 # v39.0.5
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 36.74.1
renovate-version: 36.78.7
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
restart: always

qbittorrent:
image: lscr.io/linuxserver/qbittorrent:4.5.4@sha256:aec397bc2f26a99fa8a528ce1593e4b8a79f1ea89b45fc514bfd4e23102dbe6b # editorconfig-checker-disable-line
image: lscr.io/linuxserver/qbittorrent:4.5.5@sha256:5d90dd99fa49bb0ac390e39461147128d41e7fbb71a1a9671d76cb539be929c6 # 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.1.0@sha256:047c1c5aa6fef257b6c2516f95c8fcd9f28707c201c6413dd78328b6cbedff6f # editorconfig-checker-disable-line
image: grafana/grafana-oss:10.1.1@sha256:d1dbafe040557e06ca76b374b089fc910bd620aef34b25e48f954a0266e291a0 # editorconfig-checker-disable-line
user: "{{ ansible_admin_user_uid }}:{{ ansible_admin_user_gid }}"
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.18.4@sha256:94c3056dbe879f3a3df06b427713392a0962924914f5c2fc557de3797f59f926 # editorconfig-checker-disable-line
image: portainer/portainer-ce:2.19.0@sha256:54ec8c7776cf9759f3e4c665a9596c4e0069d6359f4cc012377c6e5f104d8a94 # 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: portainer

services:
portainer:
image: portainer/portainer-ce:2.18.4@sha256:94c3056dbe879f3a3df06b427713392a0962924914f5c2fc557de3797f59f926 # editorconfig-checker-disable-line
image: portainer/portainer-ce:2.19.0@sha256:54ec8c7776cf9759f3e4c665a9596c4e0069d6359f4cc012377c6e5f104d8a94 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
Expand Down

0 comments on commit 63afb4c

Please sign in to comment.