Instruct renovate to ignore ajv updates

This commit is contained in:
khai96_ 2021-03-23 11:47:55 +07:00
parent 7e61ea5847
commit b7b9d6344b

View File

@ -3,5 +3,8 @@
"pinVersions": false, "pinVersions": false,
"extends": [ "extends": [
"config:base" "config:base"
],
"ignoreDeps": [
"ajv"
] ]
} }