Skip to content

Commit

Permalink
Make greenkeeper ignore updates of aws-sdk to keep parity w/ actual L…
Browse files Browse the repository at this point in the history
…ambda runtime (middyjs#369)

* feat: make greenkeeper ignore updates of aws-sdk to keep parity w/ actual Lambda runtime

* version bump
  • Loading branch information
vladgolubev authored and benjifs committed May 21, 2020
1 parent 545690f commit e539ce6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,10 @@
"setupFilesAfterEnv": [
"<rootDir>/jest-setup.js"
]
},
"greenkeeper": {
"ignore": [
"aws-sdk"
]
}
}

0 comments on commit e539ce6

Please sign in to comment.