Files
libloot/.github/dependabot.yml
T
Oliver Hamlet 05afacab72 Fix Dependabot config for Cargo
It needs to point at the workspace root.
2025-06-18 20:56:52 +01:00

19 lines
276 B
YAML

version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
- package-ecosystem: uv
directories:
- /docs
- /python
schedule:
interval: weekly
- package-ecosystem: npm
directory: /nodejs
schedule:
interval: weekly