From 7c3a76018a5575d5a2da02f225c4f62a3bd67380 Mon Sep 17 00:00:00 2001 From: maalni Date: Fri, 12 Apr 2024 09:25:38 +0200 Subject: [PATCH] fix dependabot --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31b2351f..b3ea7bf6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,10 @@ updates: directory: /.github/ schedule: interval: daily - target-branch: preview + target-branch: main - package-ecosystem: npm directory: / schedule: interval: daily versioning-strategy: increase - target-branch: preview + target-branch: main