From 79341666dc0f182b84d8faab027333387756bc27 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:12:51 +0000 Subject: [PATCH 1/2] Initial plan From f3d87022e8c32c206e60eefa0234084fbf0008a1 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 2 Apr 2026 11:14:06 +0000 Subject: [PATCH 2/2] Merge maven dependency groups into one and keep monthly interval Agent-Logs-Url: https://github.com/cryptomator/integrations-linux/sessions/70d92a5a-0431-40b9-9b85-e2533d6bbffa Co-authored-by: infeo <9036915+infeo@users.noreply.github.com> --- .github/dependabot.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3966922..e6f1aa4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,22 +11,9 @@ updates: - dependency-name: "org.cryptomator:integrations-api" versions: [ "2.0.0-alpha1" ] groups: - java-test-dependencies: - patterns: - - "org.junit.jupiter:*" - maven-build-plugins: - patterns: - - "org.apache.maven.plugins:*" - - "org.owasp:dependency-check-maven" - - "org.sonatype.central:central-publishing-maven-plugin" - java-production-dependencies: + maven-dependencies: patterns: - "*" - exclude-patterns: - - "org.junit.jupiter:*" - - "org.apache.maven.plugins:*" - - "org.owasp:dependency-check-maven" - - "org.sonatype.central:central-publishing-maven-plugin" - package-ecosystem: "github-actions" directory: "/" # even for `.github/workflows`