From f51a5f5d67b8218e8ef823dc53122fcaaa4ad275 Mon Sep 17 00:00:00 2001 From: Daniel Bazo Correa <77023868+danibcorr@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:13:58 +0100 Subject: [PATCH] Update dependabot.yml (#47) * Update dependabot.yml * Update dependabot.yml --- .github/dependabot.yml | 3 +++ {{ cookiecutter.project_name }}/.github/dependabot.yml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a16267e..da59a8e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: "monthly" + target-branch: "dev" labels: - "dependencies" - "github-actions" @@ -12,6 +13,8 @@ updates: directory: "/" schedule: interval: "monthly" + target-branch: "dev" labels: - "dependencies" - "python" + diff --git a/{{ cookiecutter.project_name }}/.github/dependabot.yml b/{{ cookiecutter.project_name }}/.github/dependabot.yml index 283f9ef..da59a8e 100644 --- a/{{ cookiecutter.project_name }}/.github/dependabot.yml +++ b/{{ cookiecutter.project_name }}/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: directory: "/" schedule: interval: "monthly" + target-branch: "dev" labels: - "dependencies" - "github-actions" @@ -11,7 +12,9 @@ updates: - package-ecosystem: "uv" directory: "/" schedule: - interval: "weekly" + interval: "monthly" + target-branch: "dev" labels: - "dependencies" - "python" +