Skip to content

Disable dependabot pip updates for deprecated ModelTraining#441

Merged
dthaler merged 2 commits into
mainfrom
copilot/remove-dependabot-modeltraining
Mar 12, 2026
Merged

Disable dependabot pip updates for deprecated ModelTraining#441
dthaler merged 2 commits into
mainfrom
copilot/remove-dependabot-modeltraining

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 12, 2026

ModelTraining is deprecated (#239) and pending removal, yet dependabot continues generating pip update PRs for it (e.g. #227, #418, #438).

Changes

  • .github/dependabot.yml: Add explicit pip entry for /ModelTraining with open-pull-requests-limit: 0 to suppress both version and security update PRs for the deprecated directory
# ModelTraining is deprecated (see issue #239), so disable all pip update PRs for it
- package-ecosystem: "pip"
  directory: "/ModelTraining"
  schedule:
    interval: "weekly"
  open-pull-requests-limit: 0
Original prompt

This section details on the original issue you should resolve

<issue_title>Don't use dependabot on ModelTraining</issue_title>
<issue_description>Currently dependabot runs on ModelTraining as can be seen from these open PRs:

However, issue #239 declares /ModelTraining deprecated and PR #318 will remove it.
So there is no need to keep running dependable on deprecated code.

We should exclude ModelTraining from the dependabot pip checks.</issue_description>

Comments on the Issue (you are @copilot in this section)


📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.

Co-authored-by: dthaler <6547784+dthaler@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove ModelTraining from dependabot checks Disable dependabot pip updates for deprecated ModelTraining Mar 12, 2026
@dthaler dthaler marked this pull request as ready for review March 12, 2026 15:30
Copy link
Copy Markdown
Collaborator

@akashmjn akashmjn left a comment

Choose a reason for hiding this comment

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

Looks good to me.

I am also personally OK moving old code off main onto a branch named by year (e.g. ModelTrainingAndEvaluation-2021) proposed here #239

@dthaler dthaler merged commit 8edf2d2 into main Mar 12, 2026
30 checks passed
@dthaler dthaler deleted the copilot/remove-dependabot-modeltraining branch March 12, 2026 17:50
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.

Don't use dependabot on ModelTraining

3 participants