From 03be2e84e5d1b7e6add87a07a5c4e71a0029b1cc Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Wed, 24 Jun 2026 18:30:27 +0100 Subject: [PATCH] Add missing schedule to dependabot config --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8e69fa..c6c5ba3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,5 +5,7 @@ updates: commit-message: prefix: "chore" include: "scope" + schedule: + interval: "weekly" cooldown: default-days: 7