Skip to content

Add job that will be used for scheduled tasks#153

Merged
tijsverkoyen merged 2 commits intomasterfrom
368-automate-updates
Aug 19, 2025
Merged

Add job that will be used for scheduled tasks#153
tijsverkoyen merged 2 commits intomasterfrom
368-automate-updates

Conversation

@tijsverkoyen
Copy link
Member

@tijsverkoyen tijsverkoyen commented Aug 14, 2025

https://next-app.activecollab.com/108877/my-work?modal=Task-230709-533

Summary by Sourcery

Add a new CI stage for scheduled tasks and configure a job that runs on scheduled or manual triggers to update dependencies by creating automated PRs

New Features:

  • Added a 'scheduled tasks' stage to the GitLab CI pipeline
  • Introduced a CI job to automatically create pull requests for outdated dependencies on a schedule

@sourcery-ai
Copy link

sourcery-ai bot commented Aug 14, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Introduces a new “scheduled tasks” stage in the CI pipeline and adds a scheduled job that configures Git and runs a console command to create PRs for outdated dependencies.

Flow diagram for the new scheduled job to update dependencies

flowchart TD
    Start([Start])
    ConfigureGit[Configure Git user/email]
    SetRemote[Set remote URL with access token]
    RunCommand[Run console command: create PR for outdated dependencies]
    End([End])

    Start --> ConfigureGit --> SetRemote --> RunCommand --> End
Loading

File-Level Changes

Change Details Files
Added “scheduled tasks” stage to CI pipeline
  • Inserted “scheduled tasks” into the stages list
.gitlab-ci.yml
Defined “Task - Update dependencies” scheduled job
  • Specified Docker image for the task
  • Configured Git user, email and remote URL with CI token
  • Executed console command to generate a PR for outdated dependencies
  • Assigned stage, needs, schedule rules and runner tags
.gitlab-ci.yml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new GitLab CI stage for scheduled tasks, specifically adding automation for dependency updates. The change adds a scheduled job that creates pull requests for outdated dependencies using a custom console command.

  • Adds a new "scheduled tasks" stage to the CI pipeline
  • Introduces a job that automatically creates PRs for outdated dependencies
  • Configures the job to run only on scheduled or manual web triggers

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey there - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@tijsverkoyen tijsverkoyen merged commit 1c73ae4 into master Aug 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants