Skip to content

Conversation

mcdonnnj
Copy link
Member

🗣 Description

This pull request fixes the dependabot configuration to correctly reflect the state of the repository.

💭 Motivation and context

In #35 I updated the project to use a single Pipfile configuration. However, I neglected to update the dependabot configuration to match this change.

🧪 Testing

Automated tests pass.

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All new and existing tests pass.

Since we only build for one Pipfile configuration now the dependabot
configuration should reflect that state of affairs.
@mcdonnnj mcdonnnj requested a review from Copilot October 10, 2025 04:29
@mcdonnnj mcdonnnj self-assigned this Oct 10, 2025
@mcdonnnj mcdonnnj requested review from dav3r and jsf9k as code owners October 10, 2025 04:29
@mcdonnnj mcdonnnj added bug This issue or pull request addresses broken functionality hacktoberfest-accepted Pull request that should count toward Hacktoberfest participation labels Oct 10, 2025
Copy link
Contributor

@Copilot 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 fixes the dependabot configuration to align with the repository's current structure after migrating from multiple Python version directories to a single Pipfile configuration.

  • Removes obsolete pip dependency scanning for individual Python version directories (/src/py3.7, /src/py3.8, /src/py3.9)
  • Adds pip dependency scanning for the /build directory to match the current repository structure

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

@github-project-automation github-project-automation bot moved this from In progress to Reviewer approved in Skeleton Maintenance Oct 14, 2025
@mcdonnnj mcdonnnj added this pull request to the merge queue Oct 14, 2025
@mcdonnnj mcdonnnj removed this pull request from the merge queue due to a manual request Oct 14, 2025
@mcdonnnj mcdonnnj added this pull request to the merge queue Oct 15, 2025
Merged via the queue into develop with commit ac5a0a2 Oct 15, 2025
19 checks passed
@mcdonnnj mcdonnnj deleted the bug/fix_dependabot_configuration branch October 15, 2025 15:58
@github-project-automation github-project-automation bot moved this from Reviewer approved to Done in Skeleton Maintenance Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug This issue or pull request addresses broken functionality hacktoberfest-accepted Pull request that should count toward Hacktoberfest participation

Projects

Development

Successfully merging this pull request may close these issues.

3 participants