ci: add day of the week and labels to dependabot

Run dependabot every Saturday and label PRs with GitHub/CI and
dependencies labels.

Signed-off-by: George Sapkin <george@sapk.in>
This commit is contained in:
George Sapkin
2026-01-28 02:49:38 +02:00
parent e1f891ca9f
commit b19c784ca4

View File

@@ -3,6 +3,10 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
day: 'saturday'
interval: 'weekly'
commit-message:
prefix: 'ci'
labels:
- dependencies
- GitHub/CI