Update plugin-git and add renovate trigger (#3901)

Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
Patrick Schratz
2024-07-13 22:43:13 +02:00
committed by GitHub
parent f61bff2fff
commit d1c0f781f1
2 changed files with 12 additions and 1 deletions

View File

@@ -33,7 +33,8 @@ var DefaultConfigOrder = [...]string{
const (
// DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime.
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.4.0"
// renovate: datasource=docker depName=woodpeckerci/plugin-git
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.5.1"
)
var TrustedCloneImages = []string{