Add liquibase group to renovate config

This commit is contained in:
Kavin 2024-04-26 21:07:59 +01:00
parent 4766e0dfe6
commit 6e07dece0a
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@
],
"groupName": "jackson"
},
{
"matchPackagePrefixes": [
"org.liquibase"
],
"groupName": "liquibase"
},
{
"matchPackagePrefixes": [
"com.github.firemasterk."