Skip to content

Multiple package-ecosystem of same type in monorepo doesnt seem to work #3324

@phlax

Description

@phlax

I have a monorepo (for testing) which has several python/pip requirements.txt files

I created the following dependabot.yml hoping to trigger dep updates on all of the "projects"

version: 2
updates:

  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "daily"

  - package-ecosystem: "pip"
    directory: "/abc"
    schedule:
      interval: "daily"

  - package-ecosystem: "pip"
    directory: "/jkl/sub/sub"
    schedule:
      interval: "daily"

  - package-ecosystem: "pip"
    directory: "/xyz/sub/sub/sub"
    schedule:
      interval: "daily"

i tried validating the config and that passes - but i only ever get alerts/pr for one of the requirements.txt files

testing repo is here:

https://github.com/phlax/dependabot-testing

Metadata

Metadata

Assignees

No one assigned

    Labels

    T: bug 🐞Something isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions