Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
🛠 Make greenkeeper ignore grunt dependencies (#296)
Browse files Browse the repository at this point in the history
closes #290

- We're moving away from grunt, so lets not worry about version bumps for now
  • Loading branch information
ErisDS authored and kevinansfield committed Oct 1, 2016
1 parent 772d1fa commit 234778a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit 234778a

Please sign in to comment.