Skip to content

Add pip ecosystem to Dependabot config - #4

Merged
r-brown merged 1 commit into
masterfrom
chore/dependabot-pip-ecosystem
Aug 9, 2026
Merged

Add pip ecosystem to Dependabot config#4
r-brown merged 1 commit into
masterfrom
chore/dependabot-pip-ecosystem

Conversation

@r-brown

@r-brown r-brown commented Aug 9, 2026

Copy link
Copy Markdown
Member

Summary

  • dependabot.yml only covered github-actions and docker; traefik-authproxy/ (Python/FastAPI) got Dependabot vulnerability alerts (proven working — alert #28 on requests was auto-detected and later fixed) but no scheduled version-update PRs.
  • Adds a pip entry for traefik-authproxy/, matching the existing weekly cadence.

Test plan

  • Merge and confirm Dependabot opens/queues update PRs for traefik-authproxy requirements*.txt

https://claude.ai/code/session_01W7KQDkNYDZQmvLqnUmF1jM

Dependabot vulnerability alerts already scan Python dependencies via
the dependency graph, but dependabot.yml had no pip entry, so no
scheduled version-update PRs were opened for the Python manifests.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01W7KQDkNYDZQmvLqnUmF1jM
Copilot AI lite review requested due to automatic review settings August 9, 2026 07:16

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Dependabot version-update PR support for the Python dependencies in traefik-authproxy/, aligning with the existing weekly cadence for GitHub Actions and Docker updates.

Changes:

  • Add a pip package-ecosystem entry targeting /traefik-authproxy.
  • Keep the update schedule at a weekly interval (consistent with existing entries).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread .github/dependabot.yml
@@ -4,7 +4,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
@r-brown
r-brown merged commit 660d783 into master Aug 9, 2026
6 checks passed
@r-brown
r-brown deleted the chore/dependabot-pip-ecosystem branch August 9, 2026 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants