diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index a3e52c3b1..0af778b2c 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -133,7 +133,12 @@ // Limit how many times these packages get updated (They deploy each merged PR) { - matchDepNames: ['renovate', 'quicktype-core', 'google-closure-compiler'], + matchDepNames: [ + 'github/codeql-action', + 'google-closure-compiler', + 'quicktype-core', + 'renovate', + ], schedule: ['on sunday and wednesday'], },