Skip to content

Dependabot can't find dependency which obviously exists #13214

@alper

Description

@alper

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.

Metadata

Metadata

Type

No type

Projects

Status

On Hold

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions