Skip to content

Commit be51e6c

Browse files
committed
Add a devcontainer, since the default for codespaces is node 16 :0
1 parent 17cea1b commit be51e6c

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.devcontainer/devcontainer.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "Node.js",
3+
"image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm"
4+
}

.github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ updates:
55
schedule:
66
interval: 'daily'
77
time: '02:00'
8+
target-branch: 'main'
89
- package-ecosystem: 'npm'
910
directory: '/'
1011
target-branch: 'master'
@@ -16,3 +17,9 @@ updates:
1617
schedule:
1718
interval: 'daily'
1819
time: '03:00'
20+
target-branch: 'main'
21+
- package-ecosystem: 'devcontainers'
22+
directory: '/'
23+
schedule:
24+
interval: 'weekly'
25+
target-branch: 'main'

0 commit comments

Comments
 (0)