Skip to content

Commit 64e2aae

Browse files
alan-agius4josephperrott
authored andcommitted
ci: limit update frequency of github/codeql-action (#3052)
The `github/codeql-action` is released frequently, with each merged PR triggering a new release. This creates a lot of noise in the form of Renovate PRs. To reduce this noise, limit the update checks for this action to twice a week, aligning it with the schedule for other frequently updated packages. PR Close #3052
1 parent f8c8b3e commit 64e2aae

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

renovate-presets/default.json5

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,12 @@
133133

134134
// Limit how many times these packages get updated (They deploy each merged PR)
135135
{
136-
matchDepNames: ['renovate', 'quicktype-core', 'google-closure-compiler'],
136+
matchDepNames: [
137+
'github/codeql-action',
138+
'google-closure-compiler',
139+
'quicktype-core',
140+
'renovate',
141+
],
137142
schedule: ['on sunday and wednesday'],
138143
},
139144

0 commit comments

Comments
 (0)