Skip to content
Closed
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
7 changes: 6 additions & 1 deletion renovate-presets/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
},

Expand Down
Loading