Skip to content

Commit

Permalink
Improve renovate config
Browse files Browse the repository at this point in the history
- less spammy schedule
- use recommended schedule
  • Loading branch information
dotboris committed Nov 1, 2024
1 parent af8b3fc commit 3c9d2b3
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:base", "group:allNonMajor"],
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
'group:allNonMajor',
],

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

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

nix: { enabled: true },
Expand Down

0 comments on commit 3c9d2b3

Please sign in to comment.