Skip to content

Conversation

@DecSmith42
Copy link
Owner

Extended DependabotOptions with an ExcludePaths property, enabling exclusion of specific paths in Dependabot workflow generation. Updated DependabotWorkflowWriter to handle the new exclude-paths section when applicable.

Extended `DependabotOptions` with an `ExcludePaths` property, enabling exclusion of specific paths in Dependabot workflow generation. Updated `DependabotWorkflowWriter` to handle the new `exclude-paths` section when applicable.
Copilot AI review requested due to automatic review settings February 11, 2026 03:44
@DecSmith42 DecSmith42 enabled auto-merge February 11, 2026 03:44
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 adds support for excluding specific paths in Dependabot configuration by introducing an ExcludePaths property to the DependabotUpdate record and implementing the corresponding YAML generation logic.

Changes:

  • Extended DependabotUpdate with an ExcludePaths property to allow specifying paths to exclude from Dependabot monitoring
  • Updated DependabotWorkflowWriter to generate the exclude-paths section in the Dependabot YAML configuration when paths are specified

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
DecSm.Atom.Module.GithubWorkflows/Generation/Options/DependabotOptions.cs Added ExcludePaths property to DependabotUpdate record with empty collection initializer
DecSm.Atom.Module.GithubWorkflows/Generation/DependabotWorkflowWriter.cs Added YAML generation logic for exclude-paths section with conditional rendering based on collection count

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

@DecSmith42 DecSmith42 merged commit ae93740 into main Feb 11, 2026
49 checks passed
@DecSmith42 DecSmith42 deleted the improvement/dependabot branch February 11, 2026 03:55
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.

1 participant