What you expected to see, versus what you actually saw
I expect dependabot to ignore vue-template-compiler 2.7.16, since it's ignored in the dependabot.yaml file. I have also tried various ways of specifying a version in dependabot.yaml, but nothing works.
Actual result: Dependabot tries to upgrade vue-template-compiler from 2.7.15 to 2.7.16.
Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
Is there an existing issue for this?
Package ecosystem
npm
Package manager version
npm 8
Language version
Node.js 18
Manifest location and content before the Dependabot update
No response
dependabot.yml content
Updated dependency
vue-template-compiler
2.7.15 -> 2.7.16What you expected to see, versus what you actually saw
I expect dependabot to ignore
vue-template-compiler
2.7.16, since it's ignored in thedependabot.yaml
file. I have also tried various ways of specifying a version independabot.yaml
, but nothing works.Actual result: Dependabot tries to upgrade
vue-template-compiler
from 2.7.15 to 2.7.16.Native package manager behavior
No response
Images of the diff or a link to the PR, issue, or logs
The PR is in a private repository.
Smallest manifest that reproduces the issue
No response