Skip to content

Conversation

@mmitche
Copy link
Member

@mmitche mmitche commented Nov 14, 2025

Disable AzDO dependabot.

Copilot AI review requested due to automatic review settings November 14, 2025 15:38
Copilot finished reviewing on behalf of mmitche November 14, 2025 15:39
Copy link
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 PR disables Dependabot on Azure DevOps by adding a configuration file that turns off both campaigned updates and security updates, as the repository is mirrored and dependency updates should be managed through GitHub instead.

  • Adds .azuredevops/dependabot.yml configuration file to disable Dependabot on Azure DevOps
  • Sets both enable-campaigned-updates and enable-security-updates to false
  • Includes explanatory comment about the mirrored repository setup

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

@@ -0,0 +1,5 @@
version: 2

# Disabling dependabot on Azure DevOps as this is a mirrored repo. Updates should go through github.
Copy link

Copilot AI Nov 14, 2025

Choose a reason for hiding this comment

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

"github" should be capitalized as "GitHub" since it's a proper noun.

Suggested change
# Disabling dependabot on Azure DevOps as this is a mirrored repo. Updates should go through github.
# Disabling dependabot on Azure DevOps as this is a mirrored repo. Updates should go through GitHub.

Copilot uses AI. Check for mistakes.
@codecov
Copy link

codecov bot commented Nov 14, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.02%. Comparing base (4a3e8ae) to head (e950463).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7553      +/-   ##
==========================================
- Coverage   69.02%   69.02%   -0.01%     
==========================================
  Files        1482     1482              
  Lines      274093   274093              
  Branches    28266    28266              
==========================================
- Hits       189194   189186       -8     
- Misses      77515    77521       +6     
- Partials     7384     7386       +2     
Flag Coverage Δ
Debug 69.02% <ø> (-0.01%) ⬇️
production 63.31% <ø> (-0.01%) ⬇️
test 89.47% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants