Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#445)
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 Apr 20, 2024
1 parent b8dbb26 commit 02b8c9e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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.5
ANSIBLE_CORE_VERSION: 2.16.6

# renovate: datasource=pypi depName=netaddr
NETADDR_VERSION: 1.2.1
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@74811c93da74bf38cb37f41489065619930fba44 # v40.1.9
uses: renovatebot/github-action@2e021d24483d81e77e0e902d0809adfbfff276fc # v40.1.10
with:
# renovate: datasource=docker depName=ghcr.io/renovatebot/renovate
renovate-version: 37.290.1
renovate-version: 37.310.1
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.5
ansible-core==2.16.6
molecule==24.2.1
molecule-plugins[vagrant]==23.5.3
netaddr==1.2.1
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: 4.0.0
version: 4.1.0
- name: community.general
version: 8.5.0
- name: devsec.hardening
Expand Down
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.4.4
mise_version: v2024.4.5
architecture_to_mise_architecture:
x86_64: x64
armv7l: armv7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
restart: always

plex:
image: lscr.io/linuxserver/plex:1.40.1@sha256:817fb3ea4813af30492227c9cf368db957970260717be4fde0bab782f9a5c9a5 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/plex:1.40.2@sha256:15eaab9b1447e413b3f28df1cad8e5c87e4a06ac2b0eaf09aca8c6ae11feed3c # 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.3.6@sha256:1afb332d12843163750a40a4e03b0a91b03db8831f9455cbb6fc06ebddbfa16e # editorconfig-checker-disable-line
image: lscr.io/linuxserver/radarr:5.4.6@sha256:de7e51182113b430d9b6cb93ebc3389e1c73f11e7eabf47d0af5de106cdc296a # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

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

sonarr:
image: lscr.io/linuxserver/sonarr:4.0.3@sha256:7b0f3cd03b5cd606c7010557e36890b11f30c4ff1c683c07b60589b62e221d90 # editorconfig-checker-disable-line
image: lscr.io/linuxserver/sonarr:4.0.4@sha256:58fca88cafda8915f45b780124c767d5b63b7a1194d4781edc8c4b7fb0d6e9c3 # editorconfig-checker-disable-line
environment:
TZ: "{{ timezone }}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ services:
restart: always

unpoller:
image: ghcr.io/unpoller/unpoller:v2.11.1@sha256:1e54332b769bda9359f30d72e5924a526cded25699eb5e3c2a4c486161010834 # editorconfig-checker-disable-line
image: ghcr.io/unpoller/unpoller:v2.11.2@sha256:73b39c0b3b8fa92aa82a7613d3486253ffbd8c057833b4621402a268159bf2a2 # 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.47.0
github_cli_version: v2.48.0
architecture_to_github_cli_architecture:
x86_64: amd64
armv7l: armv6
Expand Down

0 comments on commit 02b8c9e

Please sign in to comment.