From 37b6c0c1a78bd55d756b9c1e8905b3b7e6cc0274 Mon Sep 17 00:00:00 2001 From: maalni Date: Fri, 12 Apr 2024 09:25:52 +0200 Subject: [PATCH] fix dependabot (#134) --- .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