From 67a6bd21238b8da850b506b58b0d16f4da08156d Mon Sep 17 00:00:00 2001 From: Marcus Da Coregio Date: Wed, 18 Oct 2023 14:59:43 -0300 Subject: [PATCH] Add target milestone to dependabot Issue gh-2493 --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e4e4fa21..cf225bf7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,7 @@ updates: - package-ecosystem: "gradle" target-branch: "main" + milestone: 152 directory: "/" schedule: interval: "daily" @@ -27,6 +28,7 @@ updates: - package-ecosystem: "gradle" target-branch: "3.1.x" + milestone: 151 directory: "/" schedule: interval: "daily" @@ -43,6 +45,7 @@ updates: - package-ecosystem: "gradle" target-branch: "3.0.x" + milestone: 150 directory: "/" schedule: interval: "daily"