From d243c3b4c3c553bd9abf3a218efd219fc58dfaea Mon Sep 17 00:00:00 2001 From: Artemy Egorov Date: Tue, 30 May 2023 12:53:00 +0300 Subject: [PATCH] Update dependabot.yml (#30) --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..6e02a2d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,5 +7,6 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests + target-branch: "dev" schedule: interval: "weekly"