mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2025-12-19 14:14:13 +01:00
26 lines
571 B
YAML
26 lines
571 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "saturday"
|
|
time: "09:00"
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "saturday"
|
|
time: "09:00"
|
|
- package-ecosystem: "pip"
|
|
directory: "/example"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "saturday"
|
|
time: "09:00"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/workflows/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "saturday"
|
|
time: "09:00" |