mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 13:45:18 +00:00
chore(ci): re-enable renovate for bridge (#3645)
This commit is contained in:
parent
2afe6f6bc0
commit
5c69ba64a4
@ -2,8 +2,12 @@
|
||||
"extends": [
|
||||
"@nuxtjs"
|
||||
],
|
||||
"ignorePaths": [
|
||||
"**/bridge/**"
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPaths": ["**/bridge/**"],
|
||||
"matchPackageNames": ["vue", "vue-router"],
|
||||
"enabled": false
|
||||
}
|
||||
],
|
||||
"ignoreDeps": [
|
||||
"docus",
|
||||
|
Loading…
Reference in New Issue
Block a user