Skip to content

Commit

Permalink
chore: prevent updates to @types/node beyond 10.x
Browse files Browse the repository at this point in the history
This makes sure we do no inadvertently use features not available in the minimum supported runtime version.
  • Loading branch information
RomainMuller authored Apr 21, 2020
1 parent e5d4c31 commit 669ad04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ update_configs:
dependency_name: "codemaker"
- match:
dependency_name: "semver"
- match:
dependency_name: "@types/node"
version_requirement: ">=11.0.0-0"

0 comments on commit 669ad04

Please sign in to comment.