From: George Sapkin Date: Wed, 28 Jan 2026 00:49:38 +0000 (+0200) Subject: ci: add day of the week and labels to dependabot X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=b19c784ca488939daf5586ff567b36b198c7bd5e;p=openwrt-packages.git 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 --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10290b5a6..7a7f8c03b 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