Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#392)
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 Dec 16, 2023
1 parent 02cfa4d commit e939270
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ concurrency:

env:
# renovate: datasource=pypi depName=ansible-core
ANSIBLE_CORE_VERSION: 2.16.1
ANSIBLE_CORE_VERSION: 2.16.2

# renovate: datasource=pypi depName=netaddr
NETADDR_VERSION: 0.9.0
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 @@ -30,9 +30,9 @@ jobs:
- name: Update dependencies
# yamllint disable-line rule:line-length
uses: renovatebot/github-action@64257ea9bae8d8634eba1d545638c2cab62e69e6 # v39.2.1
uses: renovatebot/github-action@b8ce565a2e98de1fec9696a76fba7beb01ec29b2 # v39.2.3
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.89.5
renovate-version: 37.100
configurationFile: renovate.json5
token: x-access-token:${{ steps.get-token.outputs.token }}
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.16.1
ansible-core==2.16.2
molecule==5.1.0
molecule-plugins[vagrant]==23.5.0
netaddr==0.9.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
home-assistant:
image: lscr.io/linuxserver/homeassistant:2023.12.1@sha256:7f90952cffca9ead0f68209ea0a4b64e09fcd76522c791fd92deb7150d9c43ce # editorconfig-checker-disable-line
image: lscr.io/linuxserver/homeassistant:2023.12.3@sha256:d0c57114d6973d2ac75fe75b4c9ad15091aa7455bf67d533d75e79d653fd7bed # 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.44.0@sha256:a1f0e22077e0258fc2ac26d133a46cc1dfbada31002610a5a283cc7edeb18e40 # editorconfig-checker-disable-line
image: netdata/netdata:v1.44.1@sha256:4363d046c878507036b977e9716828bffc26913b1b3f977e83015d370ffc154a # 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.44.0@sha256:a1f0e22077e0258fc2ac26d133a46cc1dfbada31002610a5a283cc7edeb18e40 # editorconfig-checker-disable-line
image: netdata/netdata:v1.44.1@sha256:4363d046c878507036b977e9716828bffc26913b1b3f977e83015d370ffc154a # editorconfig-checker-disable-line
hostname: "netdata-{{ inventory_hostname }}"
environment:
TZ: "{{ timezone }}"
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.40.0
github_cli_version: v2.40.1
architecture_to_github_cli_architecture:
x86_64: amd64
armv7l: armv6
Expand Down

0 comments on commit e939270

Please sign in to comment.