mirror of
https://github.com/armbian/build.git
synced 2026-05-05 04:06:14 +02:00
- Change GitHub Actions and pip dependency updates from weekly to daily - Set update times to early morning (04:00/05:00) Europe/Ljubljana timezone - Add open-pull-requests-limit of 3 to prevent too many open PRs - Ensures faster detection and updates of security vulnerabilities Signed-off-by: Igor Pecovnik <igor@armbian.com>
24 lines
514 B
YAML
24 lines
514 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "04:00"
|
|
timezone: "Europe/Ljubljana"
|
|
open-pull-requests-limit: 3
|
|
labels:
|
|
- "GitHub Actions"
|
|
- "Dependencies"
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
time: "05:00"
|
|
timezone: "Europe/Ljubljana"
|
|
open-pull-requests-limit: 3
|
|
labels:
|
|
- "GitHub Actions"
|
|
- "Dependencies"
|
|
- "Python"
|