mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-31 19:59:31 -05:00
chore: add renovate bot modular configuration (#1983)
This commit is contained in:
21
.github/renovate/groups.json5
vendored
Normal file
21
.github/renovate/groups.json5
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
||||
|
||||
packageRules: [
|
||||
// Node.js
|
||||
{
|
||||
matchPackageNames: ['node'],
|
||||
matchManagers: ['dockerfile', 'npm'],
|
||||
groupName: 'Node.js',
|
||||
minimumReleaseAge: '7 days',
|
||||
commitMessageTopic: 'Node.js',
|
||||
},
|
||||
|
||||
// Database packages
|
||||
{
|
||||
matchPackageNames: ['pg', 'sqlite3', 'typeorm'],
|
||||
groupName: 'Database',
|
||||
minimumReleaseAge: '7 days',
|
||||
},
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user