Skip to content

Commit

Permalink
build(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aki-bot[bot] committed Jun 11, 2024
1 parent 0f93dfa commit 9bb2dae
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
# renovate: datasource=docker depName=python versioning=docker
python-version: 3.12.3
python-version: 3.12.4

- name: Install ansible playbook packages
run: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
with:
# renovate: datasource=crate depName=just
just-version: 1.27.0
just-version: 1.28.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -37,7 +37,7 @@ jobs:
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
# renovate: datasource=docker depName=python versioning=docker
python-version: 3.12.3
python-version: 3.12.4
cache: pip

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: extractions/setup-just@dd310ad5a97d8e7b41793f8ef055398d51ad4de6 # v2.0.0
with:
# renovate: datasource=crate depName=just
just-version: 1.27.0
just-version: 1.28.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -68,7 +68,7 @@ jobs:
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
# renovate: datasource=docker depName=python versioning=docker
python-version: 3.12.3
python-version: 3.12.4
cache: pip

- name: Update apt
Expand Down
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@063e0c946b9c1af35ef3450efc44114925d6e8e6 # v40.1.11
uses: renovatebot/github-action@21d88b0bf0183abcee15f990011cca090dfc47dd # v40.1.12
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.385
renovate-version: 37.404.1
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
python 3.12.3
python 3.12.4
2 changes: 1 addition & 1 deletion ansible/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core==2.17.0
molecule==24.2.1
molecule==24.6.0
molecule-plugins[vagrant]==23.5.3
netaddr==1.3.0
2 changes: 1 addition & 1 deletion ansible/roles/all/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ lazygit_architecture: >-
{{ architecture_to_lazygit_architecture[ansible_architecture] }}
# renovate: datasource=github-releases depName=jdx/mise
mise_version: v2024.5.28
mise_version: v2024.6.3
architecture_to_mise_architecture:
x86_64: x64
armv7l: armv7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2024.5.5@sha256:41a311f7838c1dc4014c738d51a356f0038aebd02219ca4cda57d8fdffd1aa56 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2024.6.2@sha256:074d780bd453f085fd79cb60dc70c6582c7210633d1a74bf5874047097b86184 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand All @@ -13,7 +13,7 @@ services:
restart: always

tasmoadmin:
image: ghcr.io/tasmoadmin/tasmoadmin:v4.1.0@sha256:9131d6416def83f0255ec45bafc9273c196d3d3e7af31211a49ca1db7392cbbd # editorconfig-checker-disable-line
image: ghcr.io/tasmoadmin/tasmoadmin:v4.1.1@sha256:24c951a872c1d1aa6f7112e610a21b38611530bba1d83d660d8ef8af9abe8ee7 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
Expand All @@ -36,7 +36,7 @@ services:
restart: always

node-red:
image: nodered/node-red:3.1.9@sha256:4872f67418a36ac2adf9f2793cfab1e3130796dd0c874acce7eddaca2e2e96e6 # editorconfig-checker-disable-line
image: nodered/node-red:3.1.10@sha256:13b5783bf170e87df18d3b881750d2b00c0164163f89ad47d03f6fc4cbe5e2d9 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
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.17.2@sha256:b742d244600f69c675a36b5def31c6d4084156f4691bc035845ba3cd595320b6 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/prowlarr:1.18.0@sha256:9ea1a66180014bd9006f786fcb7b0f95bf3f355d8c507282ca6e479171b1f3cb # 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.45.5@sha256:5351fff01c2e7b718121d530fedf8af7f65dea64a34f99f4d627f1100c272dc8 # editorconfig-checker-disable-line
image: netdata/netdata:v1.45.6@sha256:b2fc112f17ceeebc81a87b4e20690214b3debf89bfd630eff879e7a165a91610 # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
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.45.5@sha256:5351fff01c2e7b718121d530fedf8af7f65dea64a34f99f4d627f1100c272dc8 # editorconfig-checker-disable-line
image: netdata/netdata:v1.45.6@sha256:b2fc112f17ceeebc81a87b4e20690214b3debf89bfd630eff879e7a165a91610 # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
Expand Down

0 comments on commit 9bb2dae

Please sign in to comment.