vexxhost / vexxhost/openstack_database_exporter
Dependency Dashboard
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 12
- Forks
- 3
- Avg merge
- 31m
- Merged PRs (30d)
- 5
Description
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
View this repository on the Mend.io Web Portal.
Rate-Limited
The following updates are currently rate-limited. To force their creation now, click on a checkbox below.
- fix(deps): update module github.com/stretchr/testify to v1.12.1
- fix(deps): update testcontainers-go monorepo to v0.44.0 (
github.com/testcontainers/testcontainers-go,github.com/testcontainers/testcontainers-go/modules/mariadb) - chore(deps): update actions/checkout action to v7
- chore(deps): update actions/setup-go action to v7
- 🔐 Create all rate-limited PRs at once 🔐
Open
The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.
- chore(deps): update vexxhost/github-actions digest to ee90fdf
- fix(deps): update go4.org/netipx digest to 3075585
- fix(deps): update module github.com/prometheus/client_model to v0.6.3
- chore(deps): update actions/setup-go action to v6.5.0
- chore(deps): update depot/build-push-action action to v1.18.0
- chore(deps): update golang docker tag to v1.27.1
- chore(deps): update golangci/golangci-lint-action action to v9.3.0
- fix(deps): update module github.com/prometheus/client_golang to v1.24.1
- fix(deps): update module github.com/prometheus/common to v0.71.0
- fix(deps): update module github.com/prometheus/exporter-toolkit to v0.19.0
- Click on this checkbox to rebase all open PRs at once
Detected Dependencies
dockerfile (1)
Dockerfile (1)
golang 1.26.0@sha256:fb612b7831d53a89cbc0aaa7855b69ad7b0caf603715860cf538df854d047b84→ [Updates:1.27.1]
github-actions (3)
.github/workflows/ci.yaml (13)
step-security/harden-runner v2.21.1@e14015d583714f6e62063499dc959a02595150a1actions/checkout v6.1.0@d23441a48e516b6c34aea4fa41551a30e30af803→ [Updates:v7.0.1]actions/setup-go v6.3.0@4b73464bb391d4059bd26b0524d20df3927bd417→ [Updates:v6.5.0,v7.0.0]golangci/golangci-lint-action v9.2.0@1e7e51e771db61008b38414a730f564565cf7c20→ [Updates:v9.3.0]step-security/harden-runner v2.21.1@e14015d583714f6e62063499dc959a02595150a1actions/checkout v6.1.0@d23441a48e516b6c34aea4fa41551a30e30af803→ [Updates:v7.0.1]actions/setup-go v6.3.0@4b73464bb391d4059bd26b0524d20df3927bd417→ [Updates:v6.5.0,v7.0.0]step-security/harden-runner v2.21.1@e14015d583714f6e62063499dc959a02595150a1actions/checkout v6.1.0@d23441a48e516b6c34aea4fa41551a30e30af803→ [Updates:v7.0.1]actions/setup-go v6.3.0@4b73464bb391d4059bd26b0524d20df3927bd417→ [Updates:v6.5.0,v7.0.0]step-security/harden-runner v2.21.1@e14015d583714f6e62063499dc959a02595150a1actions/checkout v6.1.0@d23441a48e516b6c34aea4fa41551a30e30af803→ [Updates:v7.0.1]actions/setup-go v6.3.0@4b73464bb391d4059bd26b0524d20df3927bd417→ [Updates:v6.5.0,v7.0.0].github/workflows/image.yaml (5)
step-security/harden-runner v2.21.1@e14015d583714f6e62063499dc959a02595150a1step-security/depot-setup-action v1.7.1@b4aca7ffc00ee3722a62991ae7a7f32f20ea225adocker/metadata-action v6.2.0@dc802804100637a589fabce1cb79ff13a1411302step-security/docker-login-action v4.6.0@8c7b695d8738c5699a679ff5254baf0f19f20a94depot/build-push-action v1.17.0@5f3b3c2e5a00f0093de47f657aeaefcedff27d18→ [Updates:v1.18.0].github/workflows/periodic.yaml (2)
step-security/harden-runner v2.21.1@e14015d583714f6e62063499dc959a02595150a1vexxhost/github-actions main@377e35d3a5c570338901d9e0edf48bcf86c7c9ef→ [Updates:main]
gomod (1)
go.mod (13)
go 1.25.5github.com/DATA-DOG/go-sqlmock v1.5.2github.com/alecthomas/kingpin/v2 v2.4.0github.com/prometheus/client_golang v1.23.2→ [Updates:v1.24.1]github.com/prometheus/client_model v0.6.2→ [Updates:v0.6.3]github.com/prometheus/common v0.67.5→ [Updates:v0.71.0]github.com/prometheus/exporter-toolkit v0.15.1→ [Updates:v0.19.0]github.com/spf13/cast v1.10.0github.com/stretchr/testify v1.11.1→ [Updates:v1.12.1]github.com/testcontainers/testcontainers-go v0.40.0→ [Updates:v0.44.0]github.com/testcontainers/testcontainers-go/modules/mariadb v0.40.0→ [Updates:v0.44.0]github.com/vexxhost/openstackdb v0.2.1go4.org/netipx v0.0.0-20231129151722-fdeea329fbba@fdeea329fbba→ [Updates:v0.0.0-20260823151212-3075585bcbeb]
renovate-config (1)
renovate.json
- Check this box to trigger a request for Renovate to run again on this repository
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the existing Renovate pull requests, then inspect go.mod, Dockerfile, and .github/workflows/ci.yaml, image.yaml, and periodic.yaml to understand the listed updates. Done would mean the selected dependency updates are handled and the dashboard no longer lists those pending or open items.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions, go
- Domain
- build-system, ci-cd, devops
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100