File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed
Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,9 @@ tasks:
134134 - generate-certs
135135 - start-build-network
136136 env :
137- DAGGER_ENGINE_IMAGE : registry.dagger.io/engine:v0.13.6
137+ # renovate: datasource=github-tags depName=dagger/dagger versioning=semver
138+ DAGGER_VERSION : 0.13.6
139+ DAGGER_ENGINE_IMAGE : registry.dagger.io/engine:v${DAGGER_VERSION}
138140 cmds :
139141 - >
140142 docker run -d -v /var/lib/dagger --name "${DAGGER_ENGINE_CONTAINER_NAME}"
Original file line number Diff line number Diff line change 3232 "# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (?:lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?\\s+[A-Za-z0-9_]+?_VERSION\\s*:\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
3333 ]
3434 } ,
35- {
36- "customType" : "regex" ,
37- "fileMatch" : [
38- "(^Taskfile\\.yml$)"
39- ] ,
40- "matchStrings" : [
41- "DAGGER_ENGINE_IMAGE: (?<depName>.+?):(?<currentValue>.*?)"
42- ] ,
43- datasourceTemplate : "docker" ,
44- versioningTemplate : "loose" ,
45- }
4635 ] ,
4736 "packageRules" : [
4837 {
You can’t perform that action at this time.
0 commit comments