We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d94fb commit 2910811Copy full SHA for 2910811
1 file changed
ci/main.go
@@ -38,7 +38,7 @@ const (
38
// Docker Official Image, pulled from Docker's verified publisher
39
// space on ECR Public to avoid Docker Hub pull rate limits.
40
renovateImage = "public.ecr.aws/docker/library/node:24-slim" // renovate: datasource=docker depName=public.ecr.aws/docker/library/node
41
- renovateVersion = "43.233.4" // renovate: datasource=npm depName=renovate
+ renovateVersion = "43.235.0" // renovate: datasource=npm depName=renovate
42
43
// zizmorConfig is the zizmor configuration file used by [Ci.LintActions],
44
// relative to the source root.
0 commit comments