Skip to content

chore: dev to main merge#150

Open
Saswato-Microsoft wants to merge 7 commits intomainfrom
dev
Open

chore: dev to main merge#150
Saswato-Microsoft wants to merge 7 commits intomainfrom
dev

Conversation

@Saswato-Microsoft
Copy link
Copy Markdown
Contributor

Purpose

This pull request updates the Dependabot configuration to improve how dependency updates are managed, specifically shifting focus from Python dependencies to Git submodules. The most important changes are:

Dependabot ecosystem configuration:

  • Replaces the grouped Python (pip) dependency updates with a new configuration for updating Git submodules by adding a gitsubmodule ecosystem section.

Grouping strategy:

  • Removes the old grouping for Python dependencies (langchain and all-backend-deps) and introduces a new group called all-submodules to group all Git submodule updates.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

Harmanpreet-Microsoft and others added 7 commits April 28, 2026 11:48
Align docs with actual default in infra/main.bicepparam (line 231)
which uses 'create' not 'byo' as the fallback value.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
docs: Improve RBAC setup reliability and update fabricCapacityMode docs
build: update Dependabot config with gitsubmodule ecosystem and simplify dependency   groups
Copy link
Copy Markdown
Contributor

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 pull request updates the repository’s Dependabot configuration to stop grouping Python (pip) dependency updates and instead manage dependency updates via Git submodule version updates.

Changes:

  • Replaces the pip Dependabot update configuration with a gitsubmodule configuration at the repository root.
  • Introduces a single Dependabot group (all-submodules) to group all submodule updates into combined PRs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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