Skip to content

Commit

Permalink
Renovate: apply config migration manually (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Aug 4, 2023
1 parent d1ca453 commit d832e7f
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions renovate.json5 → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,17 @@
platformAutomerge: false, // schedule and automergeSchedule differ, can't use
prHourlyLimit: 0, // default: disabled

node: {
groupName: 'Node.js',
// Global defaults
schedule: 'at any time',
prCreation: 'immediate',
automergeSchedule: 'at any time',
platformAutomerge: true,
},
packageRules: [
{
matchCategories: ['node',],
// Global defaults
groupName: 'Node.js',
schedule: 'at any time',
prCreation: 'immediate',
automergeSchedule: 'at any time',
platformAutomerge: true,
},
],

npm: {
lockFileMaintenance: {
Expand Down

0 comments on commit d832e7f

Please sign in to comment.