From fa5caf022748d4d421e4815489e05a5eeed9dd09 Mon Sep 17 00:00:00 2001 From: Lars Grefer Date: Thu, 21 Nov 2024 23:20:33 +0100 Subject: [PATCH] dependabot config --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 696ccdc..8b8634b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,17 +7,17 @@ version: 2 updates: - package-ecosystem: "gradle" directory: "/" - target-branch: "3.2.x" + target-branch: "3.3.x" schedule: interval: "daily" - package-ecosystem: "gradle" directory: "/" - target-branch: "3.3.x" + target-branch: "3.4.x" schedule: interval: "daily" - package-ecosystem: "gradle" directory: "/" - target-branch: "3.4.x" + target-branch: "3.5.x" schedule: interval: "daily"