chore: pause Dependabot while this repo is paused - #185
Merged
Conversation
Sets open-pull-requests-limit: 0 for npm and github-actions ecosystems so Dependabot stops opening new version-update PRs. Security vulnerability alerts have also been disabled via the repo settings (not file-based, so not part of this diff).
No package version bump needed — this PR only touches repo/CI config.
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.
Summary
open-pull-requests-limit: 0for both the npm and github-actions ecosystems in.github/dependabot.ymlThis repo is being paused temporarily, so we don't want Dependabot generating new PRs or alerts in the meantime. Re-enable by removing the
open-pull-requests-limit: 0lines and re-enabling vulnerability alerts in repo Settings (or viagh api -X PUT repos/scope3data/agentic-client/vulnerability-alerts) when work resumes.Test plan
gh api repos/scope3data/agentic-client/vulnerability-alertsreturns 404 (disabled)