Skip to content

Commit b24b444

Browse files
committed
ci: schedule ng-snapshot Renovate updates for early morning only
Add a packageRule in `renovate.json` matching `tests/e2e/ng-snapshot/package.json` with `"schedule": ["before 8am"]` so that snapshot dependency update pull requests only open in the morning outside of office hours.
1 parent e2111ee commit b24b444

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
55
"ignorePaths": ["tests/e2e/assets/**", "tests/schematics/update/packages/**"],
66
"packageRules": [
7+
{
8+
"matchFileNames": ["tests/e2e/ng-snapshot/package.json"],
9+
"schedule": ["before 8am"]
10+
},
711
{
812
"enabled": false,
913
"matchFileNames": ["tests/e2e/ng-snapshot/package.json"],

0 commit comments

Comments
 (0)