From fd386ef4b3d6d4cd779b86fee87f048a5ed1376e Mon Sep 17 00:00:00 2001 From: Daniel Bazo Correa <77023868+danibcorr@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:12:22 +0100 Subject: [PATCH 1/2] Update dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) 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" + From f70c38b07c6da70ef67db466903e05daaeba264f Mon Sep 17 00:00:00 2001 From: Daniel Bazo Correa <77023868+danibcorr@users.noreply.github.com> Date: Tue, 2 Dec 2025 16:12:34 +0100 Subject: [PATCH 2/2] Update dependabot.yml --- {{ cookiecutter.project_name }}/.github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" +