mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-05-07 20:32:26 +00:00
49 lines
1.0 KiB
YAML
49 lines
1.0 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "main"
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
target-branch: "main"
|
|
- package-ecosystem: "composer"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
target-branch: "main"
|
|
groups:
|
|
major-updates:
|
|
update-types:
|
|
- "major"
|
|
minor-updates:
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
security-updates:
|
|
applies-to: version-updates
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
target-branch: "main"
|
|
groups:
|
|
major-updates:
|
|
update-types:
|
|
- "major"
|
|
minor-updates:
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
security-updates:
|
|
applies-to: version-updates
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|