Questions tagged [github-dependabot]

2 questions
0
votes
1 answer

Contradiction between doc and schema for Dependabot with pnpm

When configuring Dependabot to use pnpm as package ecosystem, the documentation states that it is currently supported. Though, I get an error in my editor because it does not exist in the schema. What is going on? Also, Dependabot doesn't seem to…
Benjamin
  • 13
  • 3
0
votes
1 answer

How to ignore all patch versions in Dependabot

Most packages follow semantic versioning to define major.minor.patch versions. I would like to configure Dependabot to exclude all patch versions and not create PRs. From the docs it's not completely clear to me how to do this. The example shows the…
udo
  • 4,832
  • 4
  • 54
  • 82