From 4bd47f45c55297309837b908dca06cdc0f5d4f3c Mon Sep 17 00:00:00 2001 From: Leonard Ehrenfried Date: Thu, 15 Feb 2024 20:59:13 +0100 Subject: [PATCH] Reorder renovate config --- renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index c0b5b8d..b1a56be 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -12,8 +12,6 @@ { "description": "automatically merge test, logging and build dependencies", "matchPackageNames": [ - "org.mockito:mockito-core", - "com.tngtech.archunit:archunit", "org.apache.httpcomponents.client5:httpclient5", "ch.qos.logback:logback-classic", // maven plugins @@ -23,6 +21,7 @@ "org.apache.maven.plugins:maven-gpg-plugin", "org.apache.maven.plugins:maven-source-plugin", "org.apache.maven.plugins:maven-compiler-plugin", + "org.apache.maven.plugins:maven-source-plugin" ], "matchPackagePrefixes": [ "org.junit.jupiter:",