chore: configure renovate to ignore website dir

This commit is contained in:
Shawn Erquhart 2019-03-15 10:47:25 -04:00
parent ccef446d72
commit 894b1d0029

View File

@ -6,5 +6,6 @@
"lockFileMaintenance": {
"enabled": true,
"extends": "schedule:weekly"
}
},
"ignorePaths": ["website"]
}