armbian_build/.github/dependabot.yml
Igor Pecovnik 6ddcdcde66 chore: update Dependabot schedule to daily updates
- 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>
2026-03-15 20:07:25 +01:00

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"