Skip to content

Commit

Permalink
Update: Renovate config (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Oct 10, 2022
1 parent 25345a9 commit c645522
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,32 @@
separateMinorPatch: false, // default

// Allow auto-merging of PRs, but reduce their spam on the commit log
schedule: "every weekday",
schedule: "on the 1st through 24th day of the month",
automerge: true,
automergeSchedule: "on sunday",
prHourlyLimit: 0,
automergeSchedule: "on the 28th day of the month",
prHourlyLimit: 0, // default: disabled

npm: {
lockFileMaintenance: {
enabled: true,
schedule: "on the 1st through 24th day of the month", // same as above
commitMessageAction: "update", // same as above
commitMessageTopic: "lockfile"
},
transitiveRemediation: true,

// Stability settings
rangeStrategy: "pin",
stabilityDays: 3,

packageRules: [
// Dependencies
{
groupName: "dependencies",
matchDepTypes: ["dependencies", "devDependencies"],
rangeStrategy: "bump",
commitMessageAction: "update" // don't use `rangeStrategy` as the action
},

// Dev dependencies
{
// Pin (and update) devDependencies versions
matchDepTypes: ["devDependencies"],
rangeStrategy: "pin",
commitMessageAction: "update" // don't use `rangeStrategy` as the action
},
{
// Group devDependencies together, minus type definitions for dependencies
// https://github.com/renovatebot/renovate/issues/519
Expand Down

0 comments on commit c645522

Please sign in to comment.