Skip to content

Updated dependabot workflow to raise PRs against mvp_demo#1917

Open
chandrams wants to merge 1 commit into
kruize:masterfrom
chandrams:update_target_branch
Open

Updated dependabot workflow to raise PRs against mvp_demo#1917
chandrams wants to merge 1 commit into
kruize:masterfrom
chandrams:update_target_branch

Conversation

@chandrams
Copy link
Copy Markdown
Contributor

@chandrams chandrams commented May 14, 2026

Description

Updated dependabot workflow to raise PRs against mvp_demo

Type of change

  • Bug fix
  • New feature
  • Docs update
  • Breaking change (What changes might users need to make in their application due to this PR?)
  • Requires DB changes

How has this been tested?

Please describe the tests that were run to verify your changes and steps to reproduce. Please specify any test configuration required.

  • New Test X
  • Functional testsuite

Test Configuration

  • Kubernetes clusters tested on:

Checklist 🎯

  • Followed coding guidelines
  • Comments added
  • Dependent changes merged
  • Documentation updated
  • Tests added or updated

Additional information

Include any additional information such as links, test results, screenshots here

Summary by Sourcery

Build:

  • Update Dependabot configuration so Maven and GitHub Actions dependency updates target the mvp_demo branch.

Signed-off-by: Chandrakala Subramanyam <csubrama@ibm.com>
@chandrams chandrams added this to the Kruize 0.11.0 Release milestone May 14, 2026
@chandrams chandrams requested a review from mbvreddy May 14, 2026 11:21
@chandrams chandrams self-assigned this May 14, 2026
@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented May 14, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Dependabot configuration is updated so that both Maven and GitHub Actions dependency update PRs target the mvp_demo branch instead of the default branch.

Flow diagram for updated Dependabot target branch

flowchart LR
    subgraph GitHub_repo
        default_branch((default_branch))
        mvp_demo((mvp_demo))
    end

    Dependabot_maven[Dependabot maven updates]
    Dependabot_actions[Dependabot github_actions updates]

    Dependabot_maven -->|create PR| mvp_demo
    Dependabot_actions -->|create PR| mvp_demo
Loading

File-Level Changes

Change Details Files
Configure Dependabot Maven updates to open PRs against the mvp_demo branch.
  • Add target-branch configuration for the Maven package ecosystem updates.
  • Ensure Maven dependency updates are still scheduled weekly on Monday while only changing the target branch.
.github/dependabot.yml
Configure Dependabot GitHub Actions updates to open PRs against the mvp_demo branch.
  • Add target-branch configuration for the GitHub Actions package ecosystem updates.
  • Keep the existing weekly Monday schedule while changing only the branch Dependabot will open PRs against.
.github/dependabot.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

@chandrams chandrams moved this to Under Review in Monitoring May 14, 2026
Copy link
Copy Markdown
Contributor

@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 - 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Under Review

Development

Successfully merging this pull request may close these issues.

1 participant