Skip to content

Commit

Permalink
chore: add slfj, groovy, and json web token as grouped packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMurphy committed Aug 11, 2019
1 parent dfede88 commit 4ca6054
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,24 @@
"^com.amazonaws"
],
"schedule": "on Monday"
},
{
"groupName": "SLF4J",
"packagePatterns": [
"^org.slf4j"
]
},
{
"groupName": "Groovy",
"packagePatterns": [
"^org.codehaus.groovy"
]
},
{
"groupName": "JSON Web Token",
"packagePatterns": [
"^io.jsonwebtoken"
]
}
]
}

0 comments on commit 4ca6054

Please sign in to comment.