Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 4 additions & 12 deletions renovate-presets/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// Schedule Renovate to run during off-peak hours
schedule: ['after 6am and before 10am on Monday, Wednesday, Friday'],

prConcurrentLimit: 8,
prConcurrentLimit: 12,
prHourlyLimit: 4,
timezone: 'Europe/Rome',

Expand Down Expand Up @@ -74,6 +74,7 @@
matchUpdateTypes: ['digest', 'patch', 'minor'],
matchManagers: ['npm'],
matchBaseBranches: ['main'],
schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday
},

// ============================================================================
Expand All @@ -90,12 +91,14 @@
{
groupName: 'bazel dependencies',
matchManagers: ['bazel', 'bazel-module'],
schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday
},

// Group GitHub Actions workflow
{
groupName: 'all github actions',
matchManagers: ['github-actions'],
schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday
},

// ============================================================================
Expand Down Expand Up @@ -144,17 +147,6 @@
matchDepNames: ['typescript', 'tslib'],
},

// Limit how many times these packages get updated (They deploy each merged PR)
{
matchDepNames: [
'github/codeql-action',
'google-closure-compiler',
'quicktype-core',
'renovate',
],
schedule: ['after 6am and before 10am on Wednesday'],
},

// ============================================================================
// EXCLUSION RULES
// ============================================================================
Expand Down
Loading