Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dependencies): "scmid: default" is mandatory. #150

Merged
merged 12 commits into from
Mar 11, 2024
1 change: 1 addition & 0 deletions updatecli/updatecli.d/debian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sources:
targets:
debian:
name: 'deps(dockerfile): bump image "debian"'
scmid: default
kind: dockerfile
spec:
file: dockerfiles/sidekick/Dockerfile
Expand Down
1 change: 1 addition & 0 deletions updatecli/updatecli.d/gitpod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions updatecli/updatecli.d/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ sources:
targets:
golang:
name: 'deps(dockerfile): bump golang version'
scmid: default
kind: dockerfile
spec:
file: dockerfiles/golang/Dockerfile
Expand Down
1 change: 1 addition & 0 deletions updatecli/updatecli.d/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading