mirror of https://git.tuxpa.in/a/code-server.git
Merge pull request #3006 from cdr/jsjoeio/fix-dependabot-types-node
chore(dev-deps): add ignore block to dependabot config for @types/node
This commit is contained in:
commit
fd94b5f5df
|
@ -15,3 +15,6 @@ updates:
|
|||
schedule:
|
||||
interval: "daily"
|
||||
time: "11:00"
|
||||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
versions: ["14.x"]
|
||||
|
|
Loading…
Reference in New Issue