From cd6bfc0aec5d5f5e3c97ceb7886112611989a39d Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Mon, 19 Aug 2024 16:32:08 +0200 Subject: [PATCH] dependabot config --- .github/dependabot.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c730cad..696ccdc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,13 +6,18 @@ version: 2 updates: - package-ecosystem: "gradle" - directory: "/" # Location of package manifests - target-branch: "3.1.x" + directory: "/" + target-branch: "3.2.x" schedule: interval: "daily" - package-ecosystem: "gradle" directory: "/" - target-branch: "3.2.x" + target-branch: "3.3.x" + schedule: + interval: "daily" + - package-ecosystem: "gradle" + directory: "/" + target-branch: "3.4.x" schedule: interval: "daily"