From 6d4a82427bb3f7642977a06ecc3a6d1a94eb7125 Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Wed, 13 Dec 2023 15:31:14 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 57fdc2c97..16c688753 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,9 +2,11 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + target-branch: "dev" schedule: interval: "monthly" - package-ecosystem: "gitsubmodule" directory: "/extern" + target-branch: "dev" schedule: interval: "monthly"