Skip to content

Commit

Permalink
Improve renovate config
Browse files Browse the repository at this point in the history
- less spammy schedule
- use recommended config
  • Loading branch information
dotboris committed Nov 1, 2024
1 parent a72e79b commit a2590e6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
':dependencyDashboard',
':ignoreModulesAndTests',
'workarounds:all',
'group:monorepos',
'group:recommended',
'config:recommended',
'group:allNonMajor',
],

timezone: 'America/Toronto',
schedule: ['after 2pm on friday'],
schedule: ['before 5 am on saturday'],

rangeStrategy: 'bump',
lockFileMaintenance: {
enabled: true,
schedule: ['after 2pm on friday'],
schedule: ['before 5 am on saturday'],
},

nix: { enabled: true },
Expand Down

0 comments on commit a2590e6

Please sign in to comment.