Skip to content

Commit 60a5796

Browse files
committed
chore: add devcontainer
Signed-off-by: Emilien Escalle <[email protected]>
1 parent 3b21da7 commit 60a5796

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

.devcontainer/devcontainer.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "Alpine",
3+
"image": "mcr.microsoft.com/devcontainers/base:alpine-3.21",
4+
"features": {
5+
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
6+
"ghcr.io/devcontainers/features/github-cli:1": {},
7+
"ghcr.io/devcontainers-extra/features/act:1": {}
8+
},
9+
"customizations": {
10+
"vscode": {
11+
"extensions": [
12+
"eamodio.gitlens",
13+
"github.vscode-github-actions",
14+
"github.copilot",
15+
"github.copilot-chat",
16+
"ms-vscode.makefile-tools",
17+
"esbenp.prettier-vscode"
18+
]
19+
}
20+
}
21+
}

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,11 @@ updates:
4343
npm-dependencies:
4444
patterns:
4545
- "*"
46+
47+
- package-ecosystem: "devcontainers"
48+
open-pull-requests-limit: 20
49+
directory: "/"
50+
schedule:
51+
interval: weekly
52+
day: friday
53+
time: "04:00"

0 commit comments

Comments
 (0)