Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#343)
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 Aug 12, 2023
1 parent b76b4ed commit e8fa2b7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 36.33.5
renovate-version: 36.42.3
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
2 changes: 1 addition & 1 deletion ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ lazydocker_architecture: >-
{{ architecture_to_lazydocker_architecture[ansible_architecture] }}
# renovate: datasource=github-releases depName=jesseduffield/lazygit
lazygit_version: v0.40.0
lazygit_version: v0.40.2
architecture_to_lazygit_architecture:
x86_64: x86_64
armv7l: armv6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2023.8.1@sha256:d0d8e33edcc4d5a7419a99d6cae62d663650aebfc400ed3c2dd53e0646d732a3 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2023.8.2@sha256:f3fb8d4c13f70a511f05b3c7d3093a1eaa27f5ce472fdca3d4f319ff9a9eca45 # 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.41.0@sha256:2801d57b2050bc9071be8279d6f70a3ffe71a7881c84b524104080375ae0cb46 # editorconfig-checker-disable-line
image: netdata/netdata:v1.42.0@sha256:ef61fb64d8e6d7d44865f2a291cc01be4e2ff38e4d6a197a289fa4756e3bbbad # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
Expand Down Expand Up @@ -47,7 +47,7 @@ services:
restart: always

unpoller:
image: ghcr.io/unpoller/unpoller:v2.8.0@sha256:839b6a6924a7176b03210f623303bddba6c88dd15af79c73b7a01b401fc685cb # editorconfig-checker-disable-line
image: ghcr.io/unpoller/unpoller:v2.8.1@sha256:cca00aabddd802637c93461263cf9f60e879fbca93fa80fa49ec2ca97e136e63 # 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: monitoring

services:
netdata:
image: netdata/netdata:v1.41.0@sha256:2801d57b2050bc9071be8279d6f70a3ffe71a7881c84b524104080375ae0cb46 # editorconfig-checker-disable-line
image: netdata/netdata:v1.42.0@sha256:ef61fb64d8e6d7d44865f2a291cc01be4e2ff38e4d6a197a289fa4756e3bbbad # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
Expand Down

0 comments on commit e8fa2b7

Please sign in to comment.