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
renovate[bot] authored Sep 26, 2024
1 parent f600337 commit 422b6eb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🚀 Run Add-on Lint
uses: frenck/action-addon-linter@v2.15.1
uses: frenck/action-addon-linter@v2.16.0
with:
community: false
path: "./${{ needs.information.outputs.target }}"
Expand Down
2 changes: 1 addition & 1 deletion rclone_backup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG BUILD_VERSION

ENV LANG C.UTF-8

Check warning on line 39 in rclone_backup/Dockerfile

View workflow job for this annotation

GitHub Actions / Build aarch64

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 39 in rclone_backup/Dockerfile

View workflow job for this annotation

GitHub Actions / Build amd64

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 39 in rclone_backup/Dockerfile

View workflow job for this annotation

GitHub Actions / Build armhf

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 39 in rclone_backup/Dockerfile

View workflow job for this annotation

GitHub Actions / Build armv7

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

Check warning on line 39 in rclone_backup/Dockerfile

View workflow job for this annotation

GitHub Actions / Build i386

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
# renovate: datasource=github-releases depName=rclone packageName=rclone/rclone
ENV RCLONE_INSTALLED_VERSION=1.67.0
ENV RCLONE_INSTALLED_VERSION=1.68.1
# renovate: datasource=github-releases depName=rclone-webui packageName=rclone/rclone-webui-react
ENV RCLONE_WEBUI_INSTALLED_VERSION=2.0.5

Expand Down
10 changes: 5 additions & 5 deletions rclone_backup/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
build_from:
aarch64: ghcr.io/hassio-addons/base-python/aarch64:14.0.1
amd64: ghcr.io/hassio-addons/base-python/amd64:14.0.1
armhf: ghcr.io/hassio-addons/base-python/armhf:14.0.1
armv7: ghcr.io/hassio-addons/base-python/armv7:14.0.1
i386: ghcr.io/hassio-addons/base-python/i386:14.0.1
aarch64: ghcr.io/hassio-addons/base-python/aarch64:14.0.3
amd64: ghcr.io/hassio-addons/base-python/amd64:14.0.3
armhf: ghcr.io/hassio-addons/base-python/armhf:14.0.3
armv7: ghcr.io/hassio-addons/base-python/armv7:14.0.3
i386: ghcr.io/hassio-addons/base-python/i386:14.0.3
2 changes: 1 addition & 1 deletion rclone_backup/scheduler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module scheduler
go 1.22

require (
github.com/go-co-op/gocron/v2 v2.11.0
github.com/go-co-op/gocron/v2 v2.12.1
github.com/gosimple/slug v1.14.0
github.com/jcwillox/emerald v0.3.3
gopkg.in/yaml.v3 v3.0.1
Expand Down
2 changes: 2 additions & 0 deletions rclone_backup/scheduler/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ github.com/go-co-op/gocron/v2 v2.7.1 h1:HNHT5WERT4LVzMIqcaQIVrMpNpL6ROK8DiSnATLD
github.com/go-co-op/gocron/v2 v2.7.1/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w=
github.com/go-co-op/gocron/v2 v2.11.0 h1:IOowNA6SzwdRFnD4/Ol3Kj6G2xKfsoiiGq2Jhhm9bvE=
github.com/go-co-op/gocron/v2 v2.11.0/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w=
github.com/go-co-op/gocron/v2 v2.12.1 h1:dCIIBFbzhWKdgXeEifBjHPzgQ1hoWhjS4289Hjjy1uw=
github.com/go-co-op/gocron/v2 v2.12.1/go.mod h1:xY7bJxGazKam1cz04EebrlP4S9q4iWdiAylMGP3jY9w=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gosimple/slug v1.14.0 h1:RtTL/71mJNDfpUbCOmnf/XFkzKRtD6wL6Uy+3akm4Es=
Expand Down

0 comments on commit 422b6eb

Please sign in to comment.