From d2a7fef297bb4dcf6264fa03cb27266c5c8a8f87 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Fri, 5 Sep 2025 19:04:29 +0200 Subject: [PATCH] ci: :construction_worker: run Dependabot every month (and not assign anyone) --- .github/dependabot.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index db513a1..61a8336 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,7 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly commit-message: prefix: ci include: scope - assignees: - - "lwjohnst86"