OKO-1011 Merge branch OKO-1011_Dependabot into OKO-1001_Refact
MR writing steps
-
I have set the MR title -
I have written the MR description -
I have ensured the MR pipeline has passed -
I added a reviewer to the MR so they can review my code -
I have treated the MR comments -
I have ensured the release notes have been updated according to the new changes -
I have ensured the MR pipeline passes after the new changes
Goal & Changes
What? Why?
Create a Dependabot job to check for new versions of the Python packages used in the project.
How?
Configure the scheduled pipeline in GitLab, add the job in .gitlab-ci.yml
, and finally add the Dependabot configuration file dependabot.yml
in the .gitlab
folder.
How to test and reproduce
Manually trigger the scheduled pipeline in Build-> Pipeline schedules.