Skip to content

Commit 99641cd

Browse files
committed
chore: add devcontainer config
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent f9dca9c commit 99641cd

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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+
"mcpServers": {}
20+
}
21+
}
22+
}

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,11 @@ updates:
2525
github-actions-dependencies:
2626
patterns:
2727
- "*"
28+
29+
- package-ecosystem: "devcontainers"
30+
open-pull-requests-limit: 20
31+
directory: "/"
32+
schedule:
33+
interval: weekly
34+
day: friday
35+
time: "04:00"

0 commit comments

Comments
 (0)