From 553fe3309b89a54ba79f210b824056c4b3f94a84 Mon Sep 17 00:00:00 2001 From: QSchlegel Date: Thu, 28 May 2026 22:53:54 +0200 Subject: [PATCH] chore(dependabot): target preprod for dependency updates Route Dependabot version updates to the preprod integration branch instead of main, matching the team's preprod -> main release flow. Adds target-branch: "preprod" to both the npm and github-actions update entries. Co-Authored-By: Claude Opus 4.8 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 689504a..879d4c2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: "npm" directory: "/" + target-branch: "preprod" schedule: interval: "weekly" day: "monday" @@ -33,6 +34,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" + target-branch: "preprod" schedule: interval: "monthly" labels: