Skip to content

Commit

Permalink
Adjust renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Zomis committed Apr 4, 2021
1 parent 5e36da7 commit 3820a5a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"packagePatterns": [
"*"
],
"updateTypes": [
"major"
],
"groupName": "dependencies: MAJOR"
},
{
"packagePatterns": [
"^ai.djl"
],
"groupName": "djl"
},
{
"packagePatterns": [
"^com.fasterxml.jackson"
],
"groupName": "jackson"
},
{
"packagePatterns": [
"^com.github.lewik.klog"
],
"groupName": "klog"
},
{
"packagePatterns": [
"^org.jetbrains.kotlin"
],
"groupName": "kotlin"
},
{
"packagePatterns": [
"^org.junit.jupiter"
],
"groupName": "JUnit Jupiter"
}
]
}

0 comments on commit 3820a5a

Please sign in to comment.