std/.github/dependabot.yml
Asher Gomez 5c7d0ead72
chore: run deno fmt (#6039)
* chore: run `deno fmt`

* temp fix
2024-09-24 01:08:07 +00:00

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