mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-25 00:40:26 +00:00
24 lines
546 B
YAML
24 lines
546 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: cargo
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
ignore:
|
|
# TODO: Remove after reqwest is updated
|
|
- dependency-name: "http"
|
|
# Group dependency updates into a single pull request.
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
# Group dependency updates into a single pull request.
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*"
|