Renovate Dependency Dashboard #4

Open
opened 2025-11-24 20:06:10 +00:00 by renovate · 0 comments
Collaborator

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
Main configs and useful links are located in murdoc/renovatebot; Renovate logs for debug here.

Awaiting Schedule

The following updates are awaiting their schedule. To get an update now, click on a checkbox below.

  • fix(deps): update module github.com/mattn/go-colorable to v0.1.15
  • chore(deps): update pre-commit hook antonbabenko/pre-commit-terraform to v1.107.0
  • chore(docker): update alpine docker tag to v3.24
  • chore(docker): update aquasec/trivy docker tag to v0.71.1
  • fix(deps): update module github.com/arsham/figurine to v2
  • 🔐 Create all awaiting schedule PRs at once 🔐

Detected Dependencies

dockerfile (1)
Dockerfile (2)
  • golang 1.26-alpine@sha256:3ad57304ad93bbec8548a0437ad9e06a455660655d9af011d58b993f6f615648
  • alpine 3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 → [Updates: 3.24]
github-actions (5)
.forgejo/workflows/build.yml (5)
  • actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5
  • docker/login-action v4@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
  • docker/setup-buildx-action v4@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
  • docker/build-push-action v7@f9f3042f7e2789586610d6e8b85c8f03e5195baf
  • aquasec/trivy 0.70.0@sha256:be1190afcb28352bfddc4ddeb71470835d16462af68d310f9f4bca710961a41e → [Updates: 0.71.1]
.forgejo/workflows/go.yml (3)
  • actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5
  • actions/setup-go v6@4a3601121dd01d1626a1e23e37211e3254c1c06c
  • go 1.26
.forgejo/workflows/pre-commit.yml (1)
  • actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5
.forgejo/workflows/release.yml (2)
  • actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5
  • git.bueraner.de/murdoc/docker-semantic-release latest@sha256:a765768d0bd6516e4aed60a271f3bf68e0285b0107d63f1bc9601062ee00e21b
.forgejo/workflows/tag.yml (4)
  • actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5
  • docker/login-action v4@650006c6eb7dba73a995cc03b0b2d7f5ca915bee
  • docker/setup-buildx-action v4@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
  • docker/build-push-action v7@f9f3042f7e2789586610d6e8b85c8f03e5195baf
gomod (1)
go.mod (9)
  • go 1.25.0
  • github.com/spf13/cobra v1.10.2
  • github.com/arsham/figurine v1.3.0 → [Updates: v2.1.1]
  • github.com/briandowns/spinner v1.23.2
  • github.com/fatih/color v1.19.0
  • github.com/gorilla/websocket v1.5.3
  • github.com/jwalton/go-supportscolor v1.2.0
  • github.com/mattn/go-colorable v0.1.14 → [Updates: v0.1.15]
  • github.com/spf13/viper v1.21.0
pre-commit (1)
.pre-commit-config.yaml (9)
  • pre-commit/pre-commit-hooks v6.0.0
  • compilerla/conventional-pre-commit v4.4.0
  • igorshubovych/markdownlint-cli v0.49.0
  • jameswoolfenden/pre-commit-shell v1.0.6
  • Lucas-C/pre-commit-hooks v1.5.6
  • gitleaks/gitleaks v8.30.1
  • tarioch/flux-check-hook v0.8.0
  • bridgecrewio/checkov 3.3.1
  • antonbabenko/pre-commit-terraform v1.106.0 → [Updates: v1.107.0]
renovate-config (1)
renovate.json
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.<br>Main configs and useful links are located in [murdoc/renovatebot](https://git.bueraner.de/murdoc/renovatebot); Renovate logs for debug [here](https://git.bueraner.de/murdoc/renovatebot/actions). ## Awaiting Schedule The following updates are awaiting their schedule. To get an update now, click on a checkbox below. - [ ] <!-- unschedule-branch=renovate-github-com-mattn-go-colorable-0-x -->fix(deps): update module github.com/mattn/go-colorable to v0.1.15 - [ ] <!-- unschedule-branch=renovate-antonbabenko-pre-commit-terraform-1-x -->chore(deps): update pre-commit hook antonbabenko/pre-commit-terraform to v1.107.0 - [ ] <!-- unschedule-branch=renovate-alpine-3-x -->chore(docker): update alpine docker tag to v3.24 - [ ] <!-- unschedule-branch=renovate-aquasec-trivy-0-x -->chore(docker): update aquasec/trivy docker tag to v0.71.1 - [ ] <!-- unschedule-branch=renovate-github-com-arsham-figurine-2-x -->fix(deps): update module github.com/arsham/figurine to v2 - [ ] <!-- create-all-awaiting-schedule-prs -->🔐 **Create all awaiting schedule PRs at once** 🔐 ## Detected Dependencies <details><summary>dockerfile (1)</summary> <blockquote> <details><summary>Dockerfile (2)</summary> - `golang 1.26-alpine@sha256:3ad57304ad93bbec8548a0437ad9e06a455660655d9af011d58b993f6f615648` - `alpine 3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11` → [Updates: `3.24`] </details> </blockquote> </details> <details><summary>github-actions (5)</summary> <blockquote> <details><summary>.forgejo/workflows/build.yml (5)</summary> - `actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5` - `docker/login-action v4@650006c6eb7dba73a995cc03b0b2d7f5ca915bee` - `docker/setup-buildx-action v4@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5` - `docker/build-push-action v7@f9f3042f7e2789586610d6e8b85c8f03e5195baf` - `aquasec/trivy 0.70.0@sha256:be1190afcb28352bfddc4ddeb71470835d16462af68d310f9f4bca710961a41e` → [Updates: `0.71.1`] </details> <details><summary>.forgejo/workflows/go.yml (3)</summary> - `actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5` - `actions/setup-go v6@4a3601121dd01d1626a1e23e37211e3254c1c06c` - `go 1.26` </details> <details><summary>.forgejo/workflows/pre-commit.yml (1)</summary> - `actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5` </details> <details><summary>.forgejo/workflows/release.yml (2)</summary> - `actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5` - `git.bueraner.de/murdoc/docker-semantic-release latest@sha256:a765768d0bd6516e4aed60a271f3bf68e0285b0107d63f1bc9601062ee00e21b` </details> <details><summary>.forgejo/workflows/tag.yml (4)</summary> - `actions/checkout v4@34e114876b0b11c390a56381ad16ebd13914f8d5` - `docker/login-action v4@650006c6eb7dba73a995cc03b0b2d7f5ca915bee` - `docker/setup-buildx-action v4@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5` - `docker/build-push-action v7@f9f3042f7e2789586610d6e8b85c8f03e5195baf` </details> </blockquote> </details> <details><summary>gomod (1)</summary> <blockquote> <details><summary>go.mod (9)</summary> - `go 1.25.0` - `github.com/spf13/cobra v1.10.2` - `github.com/arsham/figurine v1.3.0` → [Updates: `v2.1.1`] - `github.com/briandowns/spinner v1.23.2` - `github.com/fatih/color v1.19.0` - `github.com/gorilla/websocket v1.5.3` - `github.com/jwalton/go-supportscolor v1.2.0` - `github.com/mattn/go-colorable v0.1.14` → [Updates: `v0.1.15`] - `github.com/spf13/viper v1.21.0` </details> </blockquote> </details> <details><summary>pre-commit (1)</summary> <blockquote> <details><summary>.pre-commit-config.yaml (9)</summary> - `pre-commit/pre-commit-hooks v6.0.0` - `compilerla/conventional-pre-commit v4.4.0` - `igorshubovych/markdownlint-cli v0.49.0` - `jameswoolfenden/pre-commit-shell v1.0.6` - `Lucas-C/pre-commit-hooks v1.5.6` - `gitleaks/gitleaks v8.30.1` - `tarioch/flux-check-hook v0.8.0` - `bridgecrewio/checkov 3.3.1` - `antonbabenko/pre-commit-terraform v1.106.0` → [Updates: `v1.107.0`] </details> </blockquote> </details> <details><summary>renovate-config (1)</summary> <blockquote> <details><summary>renovate.json</summary> </details> </blockquote> </details>
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
murdoc/ha-cli#4
No description provided.