Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#482)
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 Jul 27, 2024
1 parent fe1cc78 commit 2a77535
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Update dependencies
# yamllint disable-line rule:line-length
uses: renovatebot/github-action@042670e39b8d7335e992c3fa526ecbfbd52ef57b # v40.2.2
uses: renovatebot/github-action@8ce0fe8066eb6b16e1bf499b21bc96e5ccd962a4 # v40.2.3
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.434.2
renovate-version: 37.440.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 @@ -63,7 +63,7 @@ services:
restart: always

prowlarr:
image: lscr.io/linuxserver/prowlarr:1.20.1@sha256:feb76b1d8bb7e7f81edc90f852348ead0f9e1940bb9964fbe541d2e75c63cb36 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/prowlarr:1.21.2@sha256:38b6d246e437f1117738715a970cdffd41350a6c3f11446137f74caa241ea659 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down Expand Up @@ -103,7 +103,7 @@ services:
restart: always

radarr:
image: lscr.io/linuxserver/radarr:5.7.0@sha256:1eaf9e83fca2b9170d4f49f6c0e55ba38693718e7815743a9ec297d199ab1e73 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/radarr:5.8.3@sha256:2a02b311cefb344cd0caf74a443b9d6318daf15bda5280a3bc732381db983dc3 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
netdata:
image: netdata/netdata:v1.46.2@sha256:ea5a256b29ec592e7a13103d1632bfea0ce58365732d04c8fd32c8d740d3b1fb # editorconfig-checker-disable-line
image: netdata/netdata:v1.46.3@sha256:fa9580f5c2291b2a1bbd4eca0451877c75c265c15e92c8d1209e2234ddb356c8 # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
Expand Down Expand Up @@ -57,7 +57,7 @@ services:
restart: always

grafana:
image: grafana/grafana-oss:10.4.5@sha256:c2f484c66179ddd2acae789ecaf8f283359a5ebc597e28253c794a229eb2d3f6 # editorconfig-checker-disable-line
image: grafana/grafana-oss:10.4.6@sha256:ffef0672f94b4a9141e3979011bbf3357e54df77492381faecc016cbfe170e00 # 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
Expand Up @@ -3,7 +3,7 @@ name: monitoring

services:
netdata:
image: netdata/netdata:v1.46.2@sha256:ea5a256b29ec592e7a13103d1632bfea0ce58365732d04c8fd32c8d740d3b1fb # editorconfig-checker-disable-line
image: netdata/netdata:v1.46.3@sha256:fa9580f5c2291b2a1bbd4eca0451877c75c265c15e92c8d1209e2234ddb356c8 # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
Expand Down

0 comments on commit 2a77535

Please sign in to comment.