Skip to content

docs: document minimumDependencyAge deno.json setting#3027

Open
bartlomieju wants to merge 2 commits intomainfrom
docs/minimum-dependency-age-3017
Open

docs: document minimumDependencyAge deno.json setting#3027
bartlomieju wants to merge 2 commits intomainfrom
docs/minimum-dependency-age-3017

Conversation

@bartlomieju
Copy link
Copy Markdown
Member

Summary

  • Adds documentation for the minimumDependencyAge configuration field in the deno.json config page
  • Covers all supported value formats: minutes, ISO 8601 duration, and RFC 3339 timestamps
  • Documents CLI override via --minimum-dependency-age

Closes #3017

Test plan

  • Verify the new section renders correctly on the configuration page
  • Confirm code examples display properly

🤖 Generated with Claude Code

bartlomieju and others added 2 commits April 8, 2026 08:22
Adds documentation for the minimumDependencyAge configuration option,
which protects against supply chain attacks by requiring dependencies
to have existed for a minimum age before installation.

Closes #3017

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.

Docs for deno.json don't mention minimumDependencyAge setting

1 participant