Skip to content

Commit

Permalink
chore(renovate): run lock file maintenance on Saturday
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Dec 11, 2022
1 parent 72ffd97 commit a82c018
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"config:base",
// https://docs.renovatebot.com/presets-default/#enableprecommit
":enablePreCommit",
// https://docs.renovatebot.com/presets-default/#maintainlockfilesweekly
":maintainLockFilesWeekly",
// https://docs.renovatebot.com/presets-default/#prhourlylimitnone
":prHourlyLimitNone",
// https://docs.renovatebot.com/presets-default/#rebasestaleprs
Expand All @@ -18,6 +16,15 @@
// https://docs.renovatebot.com/configuration-options/#labels
labels: ["dependencies"],

// https://docs.renovatebot.com/configuration-options/#schedule
schedule: ["on saturday"],

// https://docs.renovatebot.com/configuration-options/#lockfilemaintenance
lockFileMaintenance: {
enabled: true,
schedule: ["on saturday"],
},

// https://docs.renovatebot.com/configuration-options/#regexmanagers
regexManagers: [
{
Expand All @@ -29,9 +36,4 @@
datasourceTemplate: "pypi",
},
],

// https://docs.renovatebot.com/configuration-options/#schedule
schedule: [
"on saturday"
]
}

0 comments on commit a82c018

Please sign in to comment.