diff --git a/updatecli/updatecli.d/debian.yaml b/updatecli/updatecli.d/debian.yaml index 09f6de82..11a56812 100644 --- a/updatecli/updatecli.d/debian.yaml +++ b/updatecli/updatecli.d/debian.yaml @@ -27,6 +27,7 @@ sources: targets: debian: name: 'deps(dockerfile): bump image "debian"' + scmid: default kind: dockerfile spec: file: dockerfiles/sidekick/Dockerfile diff --git a/updatecli/updatecli.d/gitpod.yaml b/updatecli/updatecli.d/gitpod.yaml index 060686e4..4c728c1b 100644 --- a/updatecli/updatecli.d/gitpod.yaml +++ b/updatecli/updatecli.d/gitpod.yaml @@ -24,6 +24,7 @@ sources: targets: gitpod/workspace-full: name: 'deps(dockerfile): bump image "gitpod/workspace-full"' + scmid: default kind: dockerfile spec: file: .gitpod/Dockerfile diff --git a/updatecli/updatecli.d/golang.yaml b/updatecli/updatecli.d/golang.yaml index bda0699a..49e02ca6 100644 --- a/updatecli/updatecli.d/golang.yaml +++ b/updatecli/updatecli.d/golang.yaml @@ -21,6 +21,7 @@ sources: targets: golang: name: 'deps(dockerfile): bump golang version' + scmid: default kind: dockerfile spec: file: dockerfiles/golang/Dockerfile diff --git a/updatecli/updatecli.d/maven.yaml b/updatecli/updatecli.d/maven.yaml index 652e50d3..0c4134bc 100644 --- a/updatecli/updatecli.d/maven.yaml +++ b/updatecli/updatecli.d/maven.yaml @@ -32,6 +32,7 @@ conditions: targets: maven-agent: name: "[maven-agent] Bump maven version in dockerfiles/maven/Dockerfile" + scmid: default kind: dockerfile spec: file: dockerfiles/maven/Dockerfile