Skip to content

Commit 7c4feb8

Browse files
committed
Require node-18 compatible npm version. Use only one dependabot config
(cherry picked from commit 2e5f4d8afef313c80ef4bfdc735c4689326e00c9)
1 parent 896cee9 commit 7c4feb8

File tree

3 files changed

+6
-42
lines changed

3 files changed

+6
-42
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,11 @@ version: 2
22
updates:
33
# Enable version updates for root dependencies
44
- package-ecosystem: "npm"
5-
directory: "/" # Location of package.json file
5+
directories: # Location of package.json file
6+
- "/"
7+
- "/packages/*"
8+
- "/packages/vscode-messenger-devtools/webview-ui"
69
schedule:
710
interval: "weekly"
811
ignore:
912
- dependency-type: "development"
10-
allow:
11-
- dependency-type: "all"
12-
update-types: ["security"]
13-
14-
# Enable version updates for devtools extension dependencies
15-
- package-ecosystem: "npm"
16-
directory: "/packages/vscode-messenger-devtools"
17-
schedule:
18-
interval: "weekly"
19-
ignore:
20-
- dependency-type: "development"
21-
allow:
22-
- dependency-type: "all"
23-
update-types: ["security"]
24-
25-
# Enable version updates for webview-ui dependencies
26-
- package-ecosystem: "npm"
27-
directory: "/packages/vscode-messenger-devtools/webview-ui"
28-
schedule:
29-
interval: "weekly"
30-
ignore:
31-
- dependency-type: "development"
32-
allow:
33-
- dependency-type: "all"
34-
update-types: ["security"]
35-
36-
# Enable version updates for GitHub Actions
37-
- package-ecosystem: "github-actions"
38-
directory: "/" # Location of GitHub Actions workflows
39-
schedule:
40-
interval: "weekly"
41-
ignore:
42-
- dependency-type: "development"
43-
allow:
44-
- dependency-type: "all"
45-
update-types: ["security"]
46-
labels:
47-
- "dependencies"
48-
- "github-actions"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"engineStrict": true,
55
"engines": {
6-
"npm": "^10.9.0"
6+
"npm": "^10.8.0"
77
},
88
"scripts": {
99
"prepare": "npm run clean && npm run build",

0 commit comments

Comments
 (0)