mirror of
https://github.com/Swatinem/rust-cache
synced 2025-08-14 00:51:18 +00:00
18 lines
446 B
YAML
18 lines
446 B
YAML
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#package-ecosystem-
|
|
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directories:
|
|
- tests
|
|
- tests/wasm-workspace
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
- package-ecosystem: npm
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|