From 0d9128dcd7126fe9cc55fd0164dbd8f70e56f334 Mon Sep 17 00:00:00 2001 From: jhouserizer Date: Mon, 14 Oct 2024 11:03:52 -0400 Subject: [PATCH] attempt to get dependabot to run on 2.4.x Signed-off-by: jhouserizer --- .github/dependabot.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5ee02574..2e90b8113 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,11 @@ updates: - package-ecosystem: "gradle" # See documentation for possible values directory: "/" schedule: - interval: "weekly" + interval: "daily" + target-branch: main + + - package-ecosystem: "gradle" # See documentation for possible values + directory: "/" + schedule: + interval: "daily" + target-branch: quartz-2.4.x