mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
{
|
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
|
|
// Run pnpm dedupe after dependency updates
|
|
postUpdateOptions: ['pnpmDedupe'],
|
|
|
|
lockFileMaintenance: {
|
|
enabled: true,
|
|
},
|
|
|
|
}
|