https://github.com/angular/angular
Revision 8d7351d93969b0ef24eb8e5587709c93c005f08d authored by Dylan Hunn on 12 April 2022, 21:43:02 UTC, committed by Jessica Janiuk on 12 April 2022, 22:26:48 UTC
By running renovate once a week, we can consolidate all the updates into a single weekly PR, before each Wednesday release. That will significantly reduce the burden on caretakers, and make patch ports less onerous.

PR Close #45605
1 parent 663d477
Raw File
Tip revision: 8d7351d93969b0ef24eb8e5587709c93c005f08d authored by Dylan Hunn on 12 April 2022, 21:43:02 UTC
build: only allow renovate to run on Monday nights (#45605)
Tip revision: 8d7351d
test-events.js
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

Zone[Zone.__symbol__('UNPATCHED_EVENTS')] = ['scroll'];
back to top