Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

feat: add depandabot template

Merged Simon Desnoe requested to merge template-depandabot into main
All threads resolved!
3 files
+ 126
2
Compare changes
  • Side-by-side
  • Inline
Files
3
 
# depandabot template
 
## Objective
## Objective
The objective of the `depandabot` job is to provide a way to update the requirements.txt file and create a merge request on a Gitlab instance. This reusable job can help speed up other jobs creation and ensure consistent configuration across CI jobs.
The objective of the `depandabot` job is to provide a way to update the requirements.txt file and create a merge request on a Gitlab instance. This reusable job can help speed up other jobs creation and ensure consistent configuration across CI jobs.
@@ -34,5 +36,5 @@ requirements311:
@@ -34,5 +36,5 @@ requirements311:
IMAGE_TAG: "3.11" # override the default IMAGE_TAG variable
IMAGE_TAG: "3.11" # override the default IMAGE_TAG variable
GITLAB_API_URL: "gitlab.example.com" # override the default GITLAB_API_URL
GITLAB_API_URL: "gitlab.example.com" # override the default GITLAB_API_URL
script:
script:
- !reference [script] # reuse the script from the python_install job template
- !reference [script] # reuse the script from the depandabot job template
```
```
Loading