-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Package ecosystem
npm
Package manager version
No response
Language version
No response
Manifest location and content before the Dependabot update
No response
dependabot.yml content
version: 2
registries:
github-npm:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.NPM_TOKEN}}
updates:
- package-ecosystem: 'npm'
directory: '/spaces/platform/'
schedule:
interval: 'daily'
registries:
- github-npm
allow:
- dependency-type: 'all'
ignore:
- dependency-name: '@chocoapp/*'
update-types: [ "version-update:semver-major" ]
open-pull-requests-limit: 10
commit-message:
prefix: "chore(deps)"
include: "scope"
What you expected to see, versus what you actually saw
I'm running Dependabot which is taking a lot of time and then gives me this error:
Progress: resolved 1, reused 0, downloaded 0, added 0
/home/dependabot/dependabot-updater/repo/spaces/platform/e2e:
ERR_PNPM_NO_MATCHING_VERSION No matching version found for @types/[email protected] while fetching it from https://npm.pkg.github.com/
It's very terse and also it's obviously not true because these types are right there in NPM.
Copilot
Metadata
Metadata
Labels
Type
Projects
Status
On Hold