mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 07:34:35 -05:00
20 lines
413 B
YAML
20 lines
413 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
# Grouping all dependencies in one PR weekly
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
open-pull-requests-limit: 1
|
|
allow:
|
|
- dependency-type: "all"
|
|
groups:
|
|
rust-dependencies:
|
|
patterns:
|
|
- "*"
|