> For the complete documentation index, see [llms.txt](https://hidaehyunlee.gitbook.io/fork-my-brain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hidaehyunlee.gitbook.io/fork-my-brain/git/github-dependabot.md).

# GitHub Dependabot

![](https://github.com/hidaehyunlee/Fork-my-brain/tree/4f7d19f4487fe8d450e22a9b6451bbed865ce125/images/37580034-87797217-5cb82900-c885-11ea-8694-79e73589f8eb.png)

예발자 깃헙에 `Dependabot` 이란 친구가 요런 풀리퀘를 올려줬다. 뭔가 했더니 저장소의 패키지 및 애플리케이션의 **최신 릴리즈를 유지할 수 있도록 자동으로 업데이트 시켜주는 깃허브 봇**이라고 한다.

`Dependabot`은 오래된 dependencies을 식별하면 풀리퀘를 보낸다. 변경된 릴리즈 정보를 검토한 후에 merge 해주면 된다.

`node-module`에 포함되어있는 [lodash](https://www.npmjs.com/package/lodash/v/4.17.19) 4.17.19 버전이 릴리즈 되면서 디펜다봇이 자동으로 업데이트 해준듯. `lodash`는 자바스크립트 유틸리티 라이브러리라고 한다. 디펜다봇덕에 알게 됐다. 자세한 건 이 [블로그](https://velog.io/@yoosg/Lodash)참고...
