Skip to content

Commit

Permalink
feat: Build renovate image with make
Browse files Browse the repository at this point in the history
  • Loading branch information
lmilbaum committed Aug 25, 2023
1 parent fe09626 commit 0937501
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"name": "Renovate",
"dockerFile": "Dockerfile",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {}
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/devcontainers/features/docker-in-docker:2.3.1": {},
"ghcr.io/devcontainers-contrib/features/act:1.0.12": {
"version": "0.2.49"
}
},
"capAdd": ["SYS_PTRACE"],
"privileged": true,
Expand Down

0 comments on commit 0937501

Please sign in to comment.