Skip to content

Commit fd94b5f

Browse files
authored
Merge pull request #3006 from cdr/jsjoeio/fix-dependabot-types-node
chore(dev-deps): add ignore block to dependabot config for @types/node
2 parents 682883f + 761c93f commit fd94b5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ updates:
1515
schedule:
1616
interval: "daily"
1717
time: "11:00"
18+
ignore:
19+
- dependency-name: "@types/node"
20+
versions: ["14.x"]

0 commit comments

Comments
 (0)