🛠 Make greenkeeper ignore grunt dependencies (#296)

closes #290

- We're moving away from grunt, so lets not worry about version bumps for now
This commit is contained in:
Hannah Wolfe 2016-10-01 09:10:58 +01:00 committed by Kevin Ansfield
parent 772d1faf5f
commit 234778ac02
1 changed files with 11 additions and 0 deletions

View File

@ -100,5 +100,16 @@
"paths": [
"lib/asset-delivery"
]
},
"greenkeeper": {
"ignore": [
"grunt",
"grunt-bg-shell",
"grunt-contrib-clean",
"grunt-contrib-jshint",
"grunt-contrib-watch",
"grunt-jscs",
"grunt-shell"
]
}
}