From 9adc5d7dc2512eebd4f69ed098c6398ee931e064 Mon Sep 17 00:00:00 2001 From: xpyctumo <30053565+xpyctumo@users.noreply.github.com> Date: Wed, 28 May 2025 14:01:06 +0300 Subject: [PATCH] ci: add `target-branch` to `dependabot.yml` --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4f2a674..00e5128 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: "npm" directory: "/" + target-branch: "td-nature" versioning-strategy: "auto" schedule: interval: "daily"