Skip to content

Commit

Permalink
build(deps): update all non-major dependencies (#339)
Browse files Browse the repository at this point in the history
* build(deps): update all non-major dependencies

* fix: downgrade molecule to 5.0.1

---------

Co-authored-by: aki-bot <103840025+aki-bot[bot]@users.noreply.github.com>
Co-authored-by: Aki Kanellis <hello@akikanellis.com>
  • Loading branch information
aki-bot[bot] and akikanellis authored Jul 30, 2023
1 parent b976e30 commit f465047
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.19.2
renovate-version: 36.25.5
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.39.3
lazygit_version: v0.39.4
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:
github-runner-homelab:
image: myoung34/github-runner:2.306.0@sha256:82dcb7908541f15c7f7f555fefa239502eb464b2d8fb661c47e68b003a55210c # editorconfig-checker-disable-line
image: myoung34/github-runner:2.307.1@sha256:a92c54941851f34f7e004cd43e4fb2668425855da6428be2456485cfdfa2a313 # 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
Expand Up @@ -35,7 +35,7 @@ services:
restart: always

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

grafana:
image: grafana/grafana-oss:10.0.2@sha256:2aa6e216f8674425d587bab7b692a941a579252f51de2f97a2a8c837e0f5e63a # editorconfig-checker-disable-line
image: grafana/grafana-oss:10.0.3@sha256:423040d62678074111e4e72d7dcef23480a94eb4f21b9173204d1a5ee972ec59 # editorconfig-checker-disable-line
user: "{{ ansible_admin_user_uid }}:{{ ansible_admin_user_gid }}"
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.32.0
github_cli_version: v2.32.1
architecture_to_github_cli_architecture:
x86_64: amd64
armv7l: armv6
Expand Down

0 comments on commit f465047

Please sign in to comment.