mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
feat: add ignore block to dependabot config
This commit is contained in:
parent
18ace7b906
commit
d140c2c8e7
1 changed files with 3 additions and 0 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
|
@ -15,3 +15,6 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
time: "11:00"
|
time: "11:00"
|
||||||
|
ignore:
|
||||||
|
- dependency-name: "@types/node"
|
||||||
|
versions: ["14.x"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue