mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
29 lines
553 B
YAML
29 lines
553 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "friday"
|
|
open-pull-requests-limit: 2
|
|
groups:
|
|
cargo-deps:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/website"
|
|
schedule:
|
|
interval: "monthly"
|
|
target-branch: "master"
|
|
groups:
|
|
website-deps:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "monthly"
|
|
target-branch: "master"
|