We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17cea1b commit 17648e8Copy full SHA for 17648e8
.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,9 +5,10 @@ updates:
5
schedule:
6
interval: 'daily'
7
time: '02:00'
8
+ target-branch: 'main'
9
- package-ecosystem: 'npm'
10
directory: '/'
- target-branch: 'master'
11
12
13
14
time: '01:00'
@@ -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