github-samples / github-samples/pets-workshop

Add Python ecosystem to dependabot.yml

Open
#237 1 comment 0 reactions 1 assignee View on GitHub

@scubaninja is already working on this.

Since May 20, 2026.

priority: P1
Dominant language
Python
Stars
80
Forks
161
Avg merge
31m
Merged PRs (30d)
1

Description

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

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.