Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/frontend/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Pin the public npm registry explicitly.
#
# Dependabot's npm updater sources the registry from a committed .npmrc (or a
# `registries:` block in dependabot.yml). With neither present it refused to
# rebase/recreate every frontend PR with "can't access a private package
# registry without explicit configuration" (#67), even though every dependency
# resolves from public npm. This file is that explicit configuration.
#
# No auth token here (the registry is public) — tokens belong in Dependabot
# secrets, never in the repo.
registry=https://registry.npmjs.org/