Skip to content

Conversation

@rishi0508
Copy link

@rishi0508 rishi0508 commented Jan 29, 2026

Summary

What does this PR do?

Adds pip to the global Dependabot config so we monitor Python dependencies.

Related to https://github.com/CumulusDS/clark-kent/pull/611

@rishi0508 rishi0508 requested a review from jeffsays January 29, 2026 19:29
@rishi0508 rishi0508 self-assigned this Jan 29, 2026
@rishi0508 rishi0508 requested a review from only1chi January 29, 2026 19:39
Comment on lines +106 to +109
groups:
# Not sure
patterns:
- "*"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
groups:
# Not sure
patterns:
- "*"
groups:
prod-deps-sec-pip:
dependency-type: "production"
dev-deps-sec-pip:
dependency-type: "development"
allow: # Provide security updates, but not version updates, for open-source packages
- dependency-name: "*"
dependency-type: "all"
ignore: # Issue security updates, but not regular updates, for public packages
- dependency-name: "*"
update-types:
- version-update:semver-major
- version-update:semver-minor
- version-update:semver-patch

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.

update global dependabot config to include python/pip/requirements.txt

3 participants