Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,22 @@ updates:
target-branch: master # specifying target-branch in one configuration and not the other is a loophole that allows
# us to have two configurations for "npm". see open feature request:
# https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
- package-ecosystem: "pip"
directory: "/python/pip"
schedule:
interval: "daily"
time: "07:00"
timezone: "America/New_York"
commit-message: # Prefix all commit messages with "pip: "
prefix: "pip"
labels:
- "dependencies"
- "dependabot"
assignees:
- "jeffsays"
reviewers:
- "jeffsays"
groups:
# Not sure
patterns:
- "*"
Comment on lines +106 to +109
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