Skip to content

Commit

Permalink
build(nodejs): pin @types/node to minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Nov 23, 2021
1 parent a53e8ba commit c257242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ updates:
time: "02:42" # UTC
commit-message:
prefix: "build(npm):"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci(actions):"
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@sindresorhus/tsconfig": "^2.0.0",
"@types/js-yaml": "^4.0.0",
"@types/node": "^16.0.0",
"@types/node": "^12.20.37",
"ava": "^3.0.0",
"del-cli": "^4.0.0",
"grammy": "^1.2.0",
Expand Down

0 comments on commit c257242

Please sign in to comment.