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