From 715e42d6fdd3b7bf4febba5988861b377e15033a Mon Sep 17 00:00:00 2001 From: Lorenzo Lewis Date: Thu, 3 Aug 2023 20:46:21 +0100 Subject: [PATCH] update dependabot Signed-off-by: Lorenzo Lewis --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79c49b472..72c0e1cb0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ version: 2 updates: - package-ecosystem: 'npm' # See documentation for possible values - target-branch: 'starlight' + target-branch: 'next' directory: '/' # Location of package manifests schedule: interval: 'weekly'