From 7a269b9f77c9de6c1cb4a645bebf9886730b017f Mon Sep 17 00:00:00 2001 From: Alexander Weigl Date: Sat, 4 May 2024 18:25:21 +0200 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b0426b750f..3f066c7023 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,11 +1,11 @@ version: 2 updates: - - package-ecosystem: "gradle" + - package-ecosystem: "maven" directory: "/" schedule: interval: "weekly" groups: - all: + maven-deps: patterns: - "*" - package-ecosystem: "github-actions" @@ -13,6 +13,6 @@ updates: schedule: interval: "weekly" groups: - all: + gh-actions: patterns: - "*"