Skip to content

Commit c23dd2d

Browse files
thePunderWomanalan-agius4
authored andcommitted
refactor: Update most frequently updating groups to run on Thursdays
At least two of the named groups in our renovate config are spammy sending out multiple PRs in a given day and can be overwhelming for the caretaker. Switching them to Thursdays means all the updates will happen then on the first day of the cycle, allowing the rest of the time as caretaker to be less noisy.
1 parent 9b1d52c commit c23dd2d

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

renovate-presets/default.json5

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// Schedule Renovate to run during off-peak hours
99
schedule: ['after 6am and before 10am on Monday, Wednesday, Friday'],
1010

11-
prConcurrentLimit: 8,
11+
prConcurrentLimit: 12,
1212
prHourlyLimit: 4,
1313
timezone: 'Europe/Rome',
1414

@@ -77,6 +77,7 @@
7777
matchUpdateTypes: ['digest', 'patch', 'minor'],
7878
matchManagers: ['npm'],
7979
matchBaseBranches: ['main'],
80+
schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday
8081
},
8182

8283
// ============================================================================
@@ -93,12 +94,14 @@
9394
{
9495
groupName: 'bazel dependencies',
9596
matchManagers: ['bazel', 'bazel-module'],
97+
schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday
9698
},
9799

98100
// Group GitHub Actions workflow
99101
{
100102
groupName: 'all github actions',
101103
matchManagers: ['github-actions'],
104+
schedule: ['* 6-10 * * 4'], // 6:00 am to 10:00 am Every Thursday
102105
},
103106

104107
// ============================================================================
@@ -147,17 +150,6 @@
147150
matchDepNames: ['typescript', 'tslib'],
148151
},
149152

150-
// Limit how many times these packages get updated (They deploy each merged PR)
151-
{
152-
matchDepNames: [
153-
'github/codeql-action',
154-
'google-closure-compiler',
155-
'quicktype-core',
156-
'renovate',
157-
],
158-
schedule: ['after 6am and before 10am on Wednesday'],
159-
},
160-
161153
// ============================================================================
162154
// EXCLUSION RULES
163155
// ============================================================================

0 commit comments

Comments
 (0)