chore(ci): re-enable renovate for bridge (#3645)

This commit is contained in:
Daniel Roe 2022-03-14 10:39:57 +00:00 committed by GitHub
parent 2afe6f6bc0
commit 5c69ba64a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,12 @@
"extends": [ "extends": [
"@nuxtjs" "@nuxtjs"
], ],
"ignorePaths": [ "packageRules": [
"**/bridge/**" {
"matchPaths": ["**/bridge/**"],
"matchPackageNames": ["vue", "vue-router"],
"enabled": false
}
], ],
"ignoreDeps": [ "ignoreDeps": [
"docus", "docus",