Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/ng-renovate/runner-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
forkModeDisallowMaintainerEdits: true,
onboarding: false,
persistRepoData: true,
allowedPostUpgradeCommands: ['.', '^pnpm install$', '^pnpm update-generated-files$'],
allowedCommands: ['.'],
hostRules: [
{
matchHost: 'api.github.com',
Expand Down
8 changes: 5 additions & 3 deletions renovate-presets/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
automerge: false,

// Schedule Renovate to run during off-peak hours
schedule: ['after 10:00pm every weekday', 'before 5:00am every weekday', 'every weekend'],
schedule: ['after 6am on Monday, Wednesday, Friday', 'before 10am on Monday, Wednesday, Friday'],

prConcurrentLimit: 8,
prHourlyLimit: 4,
timezone: 'America/Tijuana',
timezone: 'Europe/Rome',

// Commit and PR customization
commitBody: 'See associated pull request for more information.',
Expand All @@ -20,6 +21,7 @@

lockFileMaintenance: {
enabled: true,
schedule: ['after 5am on Tuesday', 'before 7am on Tuesday'],
},

// Feature disabled: permission to enable vulnerability alerts is not granted
Expand Down Expand Up @@ -146,7 +148,7 @@
'quicktype-core',
'renovate',
],
schedule: ['on sunday and wednesday'],
schedule: ['after 6am on Wednesday', 'before 10am on Wednesday'],
},

// ============================================================================
Expand Down
Loading