From b8ed1ec7115cec8587a2754c209673cbe61ba1ab Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Tue, 27 Feb 2024 18:08:55 +0300 Subject: [PATCH] Update dependabot.yml (#84) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3cba37f..67dfc32 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,6 @@ version: 2 updates: - package-ecosystem: 'npm' # See documentation for possible values directory: '/' # Location of package manifests - target-branch: 'dependabot' + target-branch: 'main' schedule: interval: 'weekly'