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
9 changes: 7 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,13 @@ updates:
- "_bot"
- "dependencies"

# This is a temporary fix until we update the global sync workflow
- package-ecosystem: "uv"
# In repo settings we have configured dependabot to open PRs for security updates.
# Here we configure custom labels to be applied to security update PRs,
# while still preventing regular version update PRs.
# See https://docs.github.com/en/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file
# Note: this configuration only has an effect in repositories that have
# a requirements.txt file / use python / pip.
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
Expand Down
Loading