From b19c784ca488939daf5586ff567b36b198c7bd5e Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Wed, 28 Jan 2026 02:49:38 +0200 Subject: [PATCH] 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 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10290b5a64..7a7f8c03b3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,10 @@ updates: - package-ecosystem: 'github-actions' directory: '/' schedule: + day: 'saturday' interval: 'weekly' commit-message: prefix: 'ci' + labels: + - dependencies + - GitHub/CI