chore: remove Dependabot from imPublic (v1 maintenance-only) - #465
Merged
Merged
Conversation
v1 (imPublic) is maintenance-only; dependency modernization is routed to involveMINT 2.0. Dependabot's PRs against this Angular 12 / NestJS 7 stack were dominated by framework-incompatible major bumps, so we're removing the config and closing the open PRs rather than maintaining it here. Co-Authored-By: Claude <noreply@anthropic.com>
QuinnNTonic
temporarily deployed
to
Test-Database-NoApproval
June 30, 2026 15:11 — with
GitHub Actions
Inactive
This was referenced Jun 30, 2026
QuinnNTonic
had a problem deploying
to
Test-Database-Approval
June 30, 2026 15:13 — with
GitHub Actions
Error
QuinnNTonic
added a commit
that referenced
this pull request
Jun 30, 2026
Removes `.github/workflows/dependency-audit.yml` (the weekly report-only `npm audit` scan), retiring it alongside Dependabot (#465). v1 (imPublic) is maintenance-only; dependency/security work is routed to involveMINT 2.0. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Removes
.github/dependabot.yml, disabling Dependabot for this repository.Why
v1 (imPublic) is maintenance-only — dependency modernization is routed to involveMINT 2.0. On this Angular 12 / NestJS 7 / Node stack, Dependabot's PRs were dominated by framework-incompatible major bumps (e.g.
@angular/cdk12→22,@angular/fire6→7,ts-jest26→29,swiper6→14) that cannot be applied without a full framework upgrade. Maintaining the Dependabot queue here is net-negative noise.The 14 open Dependabot PRs (#451–#464) are being closed alongside this change.
🤖 Generated with Claude Code