Skip to content

Commit

Permalink
chore: group dependency upgrades
Browse files Browse the repository at this point in the history
Signed-off-by: Chenxiong Qi <[email protected]>
  • Loading branch information
tkdchen committed Jul 15, 2024
1 parent b8b34f9 commit 4aa5270
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackageNames": ["mariadb", "mysql", "postgres"],
"groupName": "database"
},
{
"matchCategories": ["python"],
"groupName": "python-deps"
}
]
}

0 comments on commit 4aa5270

Please sign in to comment.