ignore old package.json

This commit is contained in:
Jake Potrebic 2021-03-15 20:19:01 -07:00
parent 33be2be800
commit 8a0754cde5
No known key found for this signature in database
GPG Key ID: 7C58557EC9C421F8

View File

@ -2,6 +2,7 @@
"extends": [
"config:base"
],
"ignorePaths": ["**/frontend-old/package.json"],
"rangeStrategy": "pin",
"baseBranches": ["nuxt-frontend"]
}