mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
Merge pull request #3009 from cdr/jsjoeio/fix-dependabot-config
chore(dev-deps): ignore 13.x updates for @types/node
This commit is contained in:
commit
5ab7f2d4d6
1 changed files with 1 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -17,4 +17,4 @@ updates:
|
|||
time: "11:00"
|
||||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
versions: ["14.x"]
|
||||
versions: ["14.x", "13.x"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue