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
12 changes: 6 additions & 6 deletions dependabot.yml → .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2
updates:
# Enable version updates for API
- package-ecosystem: "uv"
- package-ecosystem: uv
# Look for `pyproject.toml` and `uv.lock` file in the `root` directory
directory: "/"
directory: /
schedule:
interval: "daily"
interval: daily

# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
# Workflow files stored in the default location of `.github/workflows`
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
directory: "/"
directory: /
schedule:
interval: "weekly"
interval: weekly