feat: add ignore block to dependabot config
This commit is contained in:
parent
18ace7b906
commit
d140c2c8e7
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 New Issue
Block a user