From 047a2918dff246e23af69033dcc7ef703a1ff480 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 5 Sep 2024 18:59:51 +0200 Subject: [PATCH] [TASK] Set the target milestone for the Dependabot updates --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 919acb30..da08602a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,7 @@ updates: directory: "/" schedule: interval: "daily" + milestone: 1 - package-ecosystem: "composer" directory: "/" @@ -14,3 +15,4 @@ updates: allow: - dependency-type: "development" versioning-strategy: "increase" + milestone: 1