From a9bf7538e2ebf2bd0f9cb70df3ebafd9db43862b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 07:46:27 +0200 Subject: [PATCH] Update woodpeckerci/plugin-git Docker tag to v2.9.0 (#6499) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- shared/constant/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/constant/constant.go b/shared/constant/constant.go index 675ac8d910..e56957b821 100644 --- a/shared/constant/constant.go +++ b/shared/constant/constant.go @@ -27,7 +27,7 @@ var DefaultConfigOrder = [...]string{ const ( // DefaultClonePlugin can be changed by 'WOODPECKER_DEFAULT_CLONE_PLUGIN' at runtime. // renovate: datasource=docker depName=woodpeckerci/plugin-git - DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.8.1" + DefaultClonePlugin = "docker.io/woodpeckerci/plugin-git:2.9.0" ) // TrustedClonePlugins can be changed by 'WOODPECKER_PLUGINS_TRUSTED_CLONE' at runtime.