From 7dfd7e4061660cbea7e0f10debf4c2589748b6b0 Mon Sep 17 00:00:00 2001 From: "Mateusz \"Serafin\" Gajewski" Date: Thu, 2 Oct 2025 11:42:44 +0200 Subject: [PATCH] Add dependabot for maven dependencies --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b458bd70115..4afd35434540 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,20 @@ updates: security-updates: applies-to: security-updates dependency-type: production + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" + assignees: + - wendigo + open-pull-requests-limit: 10 + groups: + dependency-updates: + applies-to: version-updates + update-types: + - major + - minor + - patch + security-updates: + applies-to: security-updates + dependency-type: production