From 77cca8462846230c174cf1c2d6af5fc60b256b4a Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 16 Jul 2024 16:55:47 +0200 Subject: [PATCH] Add dependabot on 1.x branch --- .github/dependabot.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f953cca2..a97e1ce3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,4 +27,15 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + time: '04:07' + + - package-ecosystem: maven + directory: "/" + schedule: + interval: daily + time: '04:14' + open-pull-requests-limit: 10 + target-branch: "mvnd-1.x" + labels: + - "backport"