Skip to content

Commit 8baf795

Browse files
committed
ci: clean untracked files before running postUpgradeTasks
Not sure what changed overnight, but Renovate is now committing .npmrc files that we didn't generate. Example: https://github.com/angular/angular/pull/61492/files We should revisit this once we transition away from Yarn.
1 parent 392eb39 commit 8baf795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate-presets/default.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
// Limit how many times these packages get updated (They deploy each merged PR)
103103
{
104-
matchDepNames: ['renovate', 'quicktype-core'],
104+
matchDepNames: ['renovate', 'quicktype-core', 'google-closure-compiler'],
105105
schedule: ['on sunday and wednesday'],
106106
},
107107

0 commit comments

Comments
 (0)