# 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)참고...


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hidaehyunlee.gitbook.io/fork-my-brain/git/github-dependabot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
