Skip to content

Add Python ecosystem to dependabot.yml #237

@scubaninja

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions