dependabot / dependabot-core

🤖 Dependabot's core logic for creating update PR's.
https://docs.github.com/en/code-security/dependabot
MIT License
4.44k stars 915 forks source link

Dependabot generating PR's for all registeries in monorepo #9735

Open Yogesh-Dubey-Ayesavi opened 2 weeks ago

Yogesh-Dubey-Ayesavi commented 2 weeks ago

Is there an existing issue for this?

Package ecosystem

pub

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

/client/dart/app/pubspec.yaml

dependabot.yml content

version: 2
enable-beta-ecosystems: true
updates:
  - package-ecosystem: "pub"
    directory: "client/dart/app/"
    schedule:
      interval: weekly
    open-pull-requests-limit: 5

Updated dependency

No response

What you expected to see, versus what you actually saw

I have a monorepo consistly node, python and a flutter client, I have configured dependabot for generating PR's for just flutter but it is generating PR for node and python as well.

Native package manager behavior

No response

Images of the diff or a link to the PR, issue, or logs

No response

Smallest manifest that reproduces the issue

No response