mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
5c7d0ead72
* chore: run `deno fmt` * temp fix
17 lines
364 B
YAML
17 lines
364 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates to GitHub Actions every week
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "cargo"
|
|
directory: "/crypto/_wasm"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*" # Matches all packages
|