@@ -34,7 +34,9 @@ You can use this package as part of your MLOps toolkit or platform (e.g., Model
34
34
- [ Workflows] ( #workflows )
35
35
- [ Tools] ( #tools )
36
36
- [ Automation] ( #automation-1 )
37
+ - [ AI Assistant: Gemini Code Assist] ( #ai-assistant-gemini-code-assist )
37
38
- [ Commits: Commitizen] ( #commits-commitizen )
39
+ - [ Dependabot: Dependabot] ( #dependabot-dependabot )
38
40
- [ Git Hooks: Pre-Commit] ( #git-hooks-pre-commit )
39
41
- [ Tasks: Just] ( #tasks-just )
40
42
- [ CI/CD] ( #cicd )
@@ -322,6 +324,15 @@ This sections motivates the use of developer tools to improve your coding experi
322
324
323
325
Pre-defined actions to automate your project development.
324
326
327
+ # ## AI Assistant: [Gemini Code Assist](https://developers.google.com/gemini-code-assist/docs/review-github-code)
328
+
329
+ - **Motivations**:
330
+ - Increase your coding productivity
331
+ - Get code suggestions and completions
332
+ - Reduce the time spent on reviewing code
333
+ - **Limitations**:
334
+ - Can generate wrong code, reviews, or summaries
335
+
325
336
# ## Commits: [Commitizen](https://commitizen-tools.github.io/commitizen/)
326
337
327
338
- **Motivations**:
@@ -333,6 +344,17 @@ Pre-defined actions to automate your project development.
333
344
- **Alternatives**:
334
345
- Do It Yourself (DIY)
335
346
347
+ # ## Dependabot: [Dependabot](https://docs.github.com/en/code-security/getting-started/dependabot-quickstart-guide)
348
+
349
+ - **Motivations**:
350
+ - Avoid security issues
351
+ - Avoid breaking changes
352
+ - Update your dependencies
353
+ - **Limitations**:
354
+ - Can break your code
355
+ - **Alternatives**:
356
+ - Do It Yourself (DIY)
357
+
336
358
# ## Git Hooks: [Pre-Commit](https://pre-commit.com/)
337
359
338
360
- **Motivations**:
0 commit comments