18 lines
377 B
YAML
18 lines
377 B
YAML
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates on Sunday, 8PM UTC
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
time: "20:00"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
# Check for updates on Sunday, 8PM UTC
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
time: "20:00"
|