We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
These updates are awaiting their schedule. Click on a checkbox to get an update now.
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
pkg/dockerfile/dockerfile.go
.github/workflows/docs.yml actions/checkout v4.2.2@11bd71901bbe5b1630ceea73d27597364c9af683 actions/setup-go v5.1.0@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed mhausenblas/mkdocs-deploy-gh-pages a31c6b13a80e4a4fbb525eeb7a2a78253bb15fa5 .github/workflows/qa.yml actions/checkout v4.2.2@11bd71901bbe5b1630ceea73d27597364c9af683 actions/setup-go v5.1.0@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed golangci/golangci-lint-action v6.1.1@971e284b6050e8a5849b72094c50ab08da042db8 actions/checkout v4.2.2@11bd71901bbe5b1630ceea73d27597364c9af683 actions/setup-go v5.1.0@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed tlylt/install-graphviz v1.0.0@b2201200d85f06f0189cb74d9b69208504cf12cd actions/upload-artifact v4.4.3@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 actions/checkout v4.2.2@11bd71901bbe5b1630ceea73d27597364c9af683 actions/download-artifact v4.1.8@fa0a91b85d4f404e444e00e005971372dc801d16 codecov/codecov-action v5.1.1@7f8b4b4bde536c465e797be725718b88c5d95e0e .github/workflows/release.yml actions/checkout v4.2.2@11bd71901bbe5b1630ceea73d27597364c9af683 actions/setup-go v5.1.0@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed goreleaser/goreleaser-action v6.1.0@9ed2f89a662bf1735a48bc8557fd212fa902bebf .github/workflows/security.yml actions/checkout v4.2.2@11bd71901bbe5b1630ceea73d27597364c9af683 zgosalvez/github-actions-ensure-sha-pinned-actions v3.0.17@5d6ac37a4cef8b8df67f482a8e384987766f0213 .github/workflows/yaml.yml actions/checkout v4.2.2@11bd71901bbe5b1630ceea73d27597364c9af683 ibiqlik/action-yamllint v3.1.1@2576378a8e339169678f9939646ee3ee325e845c
actions/checkout v4.2.2@11bd71901bbe5b1630ceea73d27597364c9af683
actions/setup-go v5.1.0@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed
mhausenblas/mkdocs-deploy-gh-pages a31c6b13a80e4a4fbb525eeb7a2a78253bb15fa5
golangci/golangci-lint-action v6.1.1@971e284b6050e8a5849b72094c50ab08da042db8
tlylt/install-graphviz v1.0.0@b2201200d85f06f0189cb74d9b69208504cf12cd
actions/upload-artifact v4.4.3@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
actions/download-artifact v4.1.8@fa0a91b85d4f404e444e00e005971372dc801d16
codecov/codecov-action v5.1.1@7f8b4b4bde536c465e797be725718b88c5d95e0e
goreleaser/goreleaser-action v6.1.0@9ed2f89a662bf1735a48bc8557fd212fa902bebf
zgosalvez/github-actions-ensure-sha-pinned-actions v3.0.17@5d6ac37a4cef8b8df67f482a8e384987766f0213
ibiqlik/action-yamllint v3.1.1@2576378a8e339169678f9939646ee3ee325e845c
go.mod go 1.23.2 github.com/aws/aws-sdk-go-v2 v1.32.6 github.com/aws/aws-sdk-go-v2/config v1.28.6 github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc@d8f796af33cc github.com/docker/cli v27.4.0+incompatible github.com/google/uuid v1.6.0 github.com/mholt/archiver/v3 v3.5.1 github.com/moby/patternmatcher v0.6.0 github.com/olekukonko/tablewriter v0.0.5 github.com/pterm/pterm v0.12.80 github.com/spf13/cobra v1.8.1 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.10.0 github.com/wolfeidau/humanhash v1.1.0 gitlab.com/radiofrance/go-container-registry v0.2.0 gitlab.com/radiofrance/kubecli v0.5.1 golang.org/x/sync v0.10.0 gopkg.in/yaml.v3 v3.0.1 k8s.io/api v0.32.0 k8s.io/apimachinery v0.32.0 k8s.io/cli-runtime v0.32.0 k8s.io/client-go v0.32.0 k8s.io/kubectl v0.32.0 k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078@6fe5fd82f078
go 1.23.2
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/config v1.28.6
github.com/aws/aws-sdk-go-v2/service/s3 v1.71.0
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc@d8f796af33cc
github.com/docker/cli v27.4.0+incompatible
github.com/google/uuid v1.6.0
github.com/mholt/archiver/v3 v3.5.1
github.com/moby/patternmatcher v0.6.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pterm/pterm v0.12.80
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.19.0
github.com/stretchr/testify v1.10.0
github.com/wolfeidau/humanhash v1.1.0
gitlab.com/radiofrance/go-container-registry v0.2.0
gitlab.com/radiofrance/kubecli v0.5.1
golang.org/x/sync v0.10.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.32.0
k8s.io/apimachinery v0.32.0
k8s.io/cli-runtime v0.32.0
k8s.io/client-go v0.32.0
k8s.io/kubectl v0.32.0
k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078@6fe5fd82f078
requirements.txt pymdown-extensions >=9.10
pymdown-extensions >=9.10
.github/workflows/qa.yml golangci/golangci-lint v1.62.2 .github/workflows/release.yml goreleaser/goreleaser v2.4.8
golangci/golangci-lint v1.62.2
goreleaser/goreleaser v2.4.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
Config Migration Needed
Awaiting Schedule
These updates are awaiting their schedule. Click on a checkbox to get an update now.
Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
Detected dependencies
dockerfile
github-actions
gomod
pip_requirements
regex
The text was updated successfully, but these errors were encountered: