We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17cea1b commit be51e6cCopy full SHA for be51e6c
.devcontainer/devcontainer.json
@@ -0,0 +1,4 @@
1
+{
2
+ "name": "Node.js",
3
+ "image": "mcr.microsoft.com/devcontainers/javascript-node:1-22-bookworm"
4
+}
.github/dependabot.yml
@@ -5,6 +5,7 @@ updates:
5
schedule:
6
interval: 'daily'
7
time: '02:00'
8
+ target-branch: 'main'
9
- package-ecosystem: 'npm'
10
directory: '/'
11
target-branch: 'master'
@@ -16,3 +17,9 @@ updates:
16
17
18
19
time: '03:00'
20
21
+ - package-ecosystem: 'devcontainers'
22
+ directory: '/'
23
+ schedule:
24
+ interval: 'weekly'
25
0 commit comments