Skip to content

Add Python ecosystem to dependabot.yml #237

Description

@scubaninja

Problem

dependabot.yml only monitors npm dependencies in /app/client. The Python server dependencies in /app/server are unmonitored.

Fix

Add a pip ecosystem entry:
``yaml

  • package-ecosystem: pip
    directory: /app/server
    schedule:
    interval: weekly
    ``n

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions