Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#355)
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 10, 2023
1 parent 94e3b43 commit 5fa87aa
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
SEMANTIC_RELEASE_GIT_VERSION: 10.0.1

# renovate: datasource=npm depName=conventional-changelog-conventionalcommits
CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 7.0.1
CONVENTIONAL_CHANGELOG_CONVENTIONALCOMMITS_VERSION: 7.0.2

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Cache Vagrant boxes
# yamllint disable-line rule:line-length
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: ~/.vagrant.d/boxes
key: "${{ runner.os }}-\
Expand Down
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@3cef36a9aba515d8726b491905b3bc766832e221 # v39.0.5
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 36.78.7
renovate-version: 36.91
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
2 changes: 1 addition & 1 deletion ansible/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ collections:
- name: ansible.posix
version: 1.5.4
- name: ansible.utils
version: 2.10.3
version: 2.11.0
- name: community.general
version: 7.3.0
- name: devsec.hardening
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
github-runner-homelab:
image: myoung34/github-runner:2.308.0@sha256:f0bae445e91046aea6b8d20a52ce345e0284700bfb849efb699fb95d732fc5e2 # editorconfig-checker-disable-line
image: myoung34/github-runner:2.309.0@sha256:85da1732c1f5a12fcbd0f3f20e9db259aede6b7d06f10d22df3641e92af3083a # editorconfig-checker-disable-line

# This is the `runner` user.
# See: https://github.com/myoung34/docker-github-actions-runner/wiki/Usage#non-root-runners editorconfig-checker-disable-line
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.4@sha256:f03b059387209de2c325e36dfcd0227f4f17d61facb776587ef4d9d6f4b8d907 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2023.9.1@sha256:f01c2b5043e8914bee3e88216c8c5595532737d3845b01830ee980c535e154bc # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

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

node-red:
image: nodered/node-red:3.0.2@sha256:5fd729fce9b787903e2b443a2fc052c6253b737ca38e65df7b843cd4170bdb5c # editorconfig-checker-disable-line
image: nodered/node-red:3.1.0@sha256:5e99ed734f7d2f9bfcb1e20dfbf4c5b9aa60f35a9df6e257e817130f0f9be9dc # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
restart: always

prometheus:
image: prom/prometheus:v2.46.0@sha256:d6ead9daf2355b9923479e24d7e93f246253ee6a5eb18a61b0f607219f341a80 # editorconfig-checker-disable-line
image: prom/prometheus:v2.47.0@sha256:c5dd3503828713c4949ae1bccd1d8d69f382c33d441954674a6b78ebe69c3331 # editorconfig-checker-disable-line
user: "{{ ansible_admin_user_uid }}:{{ ansible_admin_user_gid }}"
environment:
TZ: "{{ timezone }}"
Expand All @@ -47,7 +47,7 @@ services:
restart: always

unpoller:
image: ghcr.io/unpoller/unpoller:v2.8.1@sha256:cca00aabddd802637c93461263cf9f60e879fbca93fa80fa49ec2ca97e136e63 # editorconfig-checker-disable-line
image: ghcr.io/unpoller/unpoller:v2.8.3@sha256:2b5b045b751a556c866e9a6da00ba1247608da6110eb9412cb50c3371ddf159b # 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
@@ -1,6 +1,6 @@
---
# renovate: datasource=github-releases depName=cli/cli
github_cli_version: v2.33.0
github_cli_version: v2.34.0
architecture_to_github_cli_architecture:
x86_64: amd64
armv7l: armv6
Expand Down

0 comments on commit 5fa87aa

Please sign in to comment.