Skip to content

Commit

Permalink
Finetune renvoate config
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Feb 15, 2024
1 parent 34a8c1f commit 2128aeb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

34 changes: 34 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"prConcurrentLimit": 3,
"labels": [
"skip changelog"
],
"rebaseWhen": "conflicted",
"packageRules": [
{
"description": "automatically merge test, logging and build dependencies",
"matchPackageNames": [
"org.mockito:mockito-core",
"com.tngtech.archunit:archunit",
"org.apache.maven.plugins:maven-surefire-plugin",
"ch.qos.logback:logback-classic",
// maven plugins
"org.codehaus.mojo:build-helper-maven-plugin",
"org.apache.maven.plugins:maven-gpg-plugin",
"org.apache.maven.plugins:maven-source-plugin",
"org.apache.maven.plugins:maven-compiler-plugin"
],
"matchPackagePrefixes": [
"org.junit.jupiter:",
"org.slf4j:"
],
"automerge": true,
"schedule": "after 11pm and before 5am every weekday"
}
],
"timezone": "Europe/Berlin"
}

0 comments on commit 2128aeb

Please sign in to comment.