Skip to content

Commit

Permalink
Require node-18 compatible npm version. Use only one dependabot config
Browse files Browse the repository at this point in the history
(cherry picked from commit 2e5f4d8afef313c80ef4bfdc735c4689326e00c9)
  • Loading branch information
dhuebner committed Dec 20, 2024
1 parent 896cee9 commit 7c4feb8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 42 deletions.
44 changes: 4 additions & 40 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,47 +2,11 @@ version: 2
updates:
# Enable version updates for root dependencies
- package-ecosystem: "npm"
directory: "/" # Location of package.json file
directories: # Location of package.json file
- "/"
- "/packages/*"
- "/packages/vscode-messenger-devtools/webview-ui"
schedule:
interval: "weekly"
ignore:
- dependency-type: "development"
allow:
- dependency-type: "all"
update-types: ["security"]

# Enable version updates for devtools extension dependencies
- package-ecosystem: "npm"
directory: "/packages/vscode-messenger-devtools"
schedule:
interval: "weekly"
ignore:
- dependency-type: "development"
allow:
- dependency-type: "all"
update-types: ["security"]

# Enable version updates for webview-ui dependencies
- package-ecosystem: "npm"
directory: "/packages/vscode-messenger-devtools/webview-ui"
schedule:
interval: "weekly"
ignore:
- dependency-type: "development"
allow:
- dependency-type: "all"
update-types: ["security"]

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/" # Location of GitHub Actions workflows
schedule:
interval: "weekly"
ignore:
- dependency-type: "development"
allow:
- dependency-type: "all"
update-types: ["security"]
labels:
- "dependencies"
- "github-actions"
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"engineStrict": true,
"engines": {
"npm": "^10.9.0"
"npm": "^10.8.0"
},
"scripts": {
"prepare": "npm run clean && npm run build",
Expand Down

0 comments on commit 7c4feb8

Please sign in to comment.