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.
Pending Approval
The following branches are pending approval. To create them, click on a checkbox below.
Pending Status Checks
The following updates await pending status checks. To force their creation now, click on a checkbox below.
PR Closed (Blocked)
The following updates are blocked by an existing closed PR. To recreate the PR, click on a checkbox below.
Detected Dependencies
docker-compose (1)
_examples/sqlexample/docker-compose.yml (1)
github-actions (3)
.github/workflows/auto-approve-renovate.yml
.github/workflows/sonar.yaml (3)
actions/checkout v7.0.1@3d3c42e5aac5ba805825da76410c181273ba90b1
actions/setup-go v7.0.0@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
SonarSource/sonarqube-scan-action v8.2.1@22918119ff8e1ca75a623e15c8296b6ea4fbe28f
.github/workflows/tests.yml (7)
actions/checkout v7
actions/setup-go v7
actions/checkout v7
actions/setup-go v7
actions/checkout v7
actions/setup-go v7
go 1
gomod (17)
_examples/callback/go.mod (2)
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.10.0 → [Updates: v1.12.1]
_examples/connector/go.mod (1)
github.com/luno/workflow v0.5.0
_examples/gettingstarted/go.mod (2)
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.10.0 → [Updates: v1.12.1]
_examples/orderprocessor/go.mod (1)
github.com/luno/workflow v0.5.0
_examples/schedule/go.mod (3)
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.10.0 → [Updates: v1.12.1]
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6@49e7df575cb6 → [Updates: v0.0.0-20260707023825-cf1189d6abe3]
_examples/sqlexample/go.mod (3)
github.com/go-sql-driver/mysql v1.10.0
github.com/luno/workflow v0.5.0
github.com/luno/workflow/adapters/sqlstore v0.0.0-20260731135442-bcc24e59a7e6@bcc24e59a7e6 → [Updates: v0.0.0-20260807103415-1dc0a311cebd]
_examples/timeout/go.mod (3)
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.10.0 → [Updates: v1.12.1]
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6@49e7df575cb6 → [Updates: v0.0.0-20260707023825-cf1189d6abe3]
_examples/webui/go.mod (2)
github.com/luno/workflow v0.5.0
github.com/luno/workflow/adapters/webui v0.0.0-20260731135442-bcc24e59a7e6@bcc24e59a7e6 → [Updates: v0.0.0-20260807103415-1dc0a311cebd]
adapters/jlog/go.mod (3)
github.com/luno/jettison v0.0.0-20260604094545-6727dacc9313@6727dacc9313
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.11.1 → [Updates: v1.12.1]
adapters/kafkastreamer/go.mod (5)
github.com/IBM/sarama v1.60.1 → [Updates: v1.60.2]
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.11.1 → [Updates: v1.12.1]
github.com/testcontainers/testcontainers-go v0.43.0 → [Updates: v0.44.0]
github.com/testcontainers/testcontainers-go/modules/kafka v0.43.0 → [Updates: v0.44.0]
adapters/reflexstreamer/go.mod (5)
github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9@9e5e1b0851a9
github.com/luno/jettison v0.0.0-20260604094545-6727dacc9313@6727dacc9313
github.com/luno/reflex v0.0.0-20260609123455-93b6bf2beb34@93b6bf2beb34 → [Updates: v0.0.0-20260827113305-c733e69386b9]
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.11.1 → [Updates: v1.12.1]
adapters/rinkrolescheduler/go.mod (5)
github.com/luno/rink/v2 v2.0.0-20260723025438-a371140ef127@a371140ef127 → [Updates: v2.0.0-20260731135956-ad2b7f9becff]
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.11.1 → [Updates: v1.12.1]
go.etcd.io/etcd/client/v3 v3.6.11 → [Updates: v3.7.1]
google.golang.org/grpc v1.82.1 → [Updates: v1.83.1]
adapters/sqlstore/go.mod (4)
github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9@9e5e1b0851a9
github.com/go-sql-driver/mysql v1.10.0
github.com/luno/jettison v0.0.0-20260604094545-6727dacc9313@6727dacc9313
github.com/luno/workflow v0.5.0
adapters/sqltimeout/go.mod (3)
github.com/corverroos/truss v0.0.0-20210514115035-9e5e1b0851a9@9e5e1b0851a9
github.com/luno/jettison v0.0.0-20260604094545-6727dacc9313@6727dacc9313
github.com/luno/workflow v0.5.0
adapters/webui/go.mod (2)
github.com/luno/workflow v0.5.0
github.com/stretchr/testify v1.10.0 → [Updates: v1.12.1]
adapters/wredis/go.mod (5)
github.com/luno/workflow v0.5.0
github.com/redis/go-redis/v9 v9.21.0 → [Updates: v9.22.0]
github.com/stretchr/testify v1.11.1 → [Updates: v1.12.1]
github.com/testcontainers/testcontainers-go v0.43.0 → [Updates: v0.44.0]
github.com/testcontainers/testcontainers-go/modules/redis v0.43.0 → [Updates: v0.44.0]
go.mod (5)
github.com/google/uuid v1.6.0
github.com/prometheus/client_golang v1.22.0 → [Updates: v1.24.1]
github.com/stretchr/testify v1.10.0 → [Updates: v1.12.1]
google.golang.org/protobuf v1.36.6 → [Updates: v1.36.12]
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6@49e7df575cb6 → [Updates: v0.0.0-20260707023825-cf1189d6abe3]
renovate-config (1)
renovate.json
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.
Pending Approval
The following branches are pending approval. To create them, click on a checkbox below.
github.com/testcontainers/testcontainers-go,github.com/testcontainers/testcontainers-go/modules/kafka,github.com/testcontainers/testcontainers-go/modules/redis)Pending Status Checks
The following updates await pending status checks. To force their creation now, click on a checkbox below.
PR Closed (Blocked)
The following updates are blocked by an existing closed PR. To recreate the PR, click on a checkbox below.
Detected Dependencies
docker-compose (1)
github-actions (3)
gomod (17)
renovate-config (1)