mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 13:32:59 +08:00
feat: add ignore block to dependabot config
This commit is contained in:
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
@ -15,3 +15,6 @@ updates:
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "11:00"
|
||||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
versions: ["14.x"]
|
||||
|
Reference in New Issue
Block a user