Skip to content

Commit

Permalink
Reorder renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Feb 15, 2024
1 parent a33839a commit 4bd47f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:",
Expand Down

0 comments on commit 4bd47f4

Please sign in to comment.