mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-01-01 19:40:05 -06:00
35 lines
679 B
YAML
35 lines
679 B
YAML
version: 2
|
|
updates:
|
|
# Maintain Cargo dependencies
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
cooldown:
|
|
default-days: 3
|
|
semver-major-days: 7
|
|
semver-minor-days: 4
|
|
semver-patch-days: 3
|
|
groups:
|
|
rust-dependencies:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
- "minor"
|
|
- "patch"
|
|
|
|
# Maintain GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "major"
|
|
- "minor"
|
|
- "patch"
|