From 4c8838dc550bfbb057e378225f4c910046f34a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Wed, 29 Oct 2025 09:22:50 +0100 Subject: [PATCH] Set target branch for Dependabot updates Added target branch configuration for npm and GitHub Actions. --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 84e2b2b..60d8676 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + target-branch: 'dev' - package-ecosystem: "github-actions" # specify GitHub Actions as the package ecosystem directory: "/.github/workflows" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + target-branch: 'dev'