yew/.github/dependabot.yml
2023-07-29 22:01:25 +09:00

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"