Nuxt/renovate.json

21 lines
328 B
JSON
Raw Normal View History

2021-03-18 14:26:41 +00:00
{
"extends": [
"@nuxtjs"
2021-04-06 12:12:31 +00:00
],
"packageRules": [
{
"matchPaths": ["**/bridge/**"],
"matchPackageNames": ["vue", "vue-router"],
"enabled": false
}
],
"ignoreDeps": [
"docus",
"@docus/app",
"@docus/github",
"@docus/social-image",
"@docus/theme",
"@docus/twitter"
]
2021-03-18 14:26:41 +00:00
}