Commit b38be89
authored
chore: remove schedule, move node package rule up [DX-665] (#1588)
## Summary
Tune the Renovate configuration by removing the scheduling constraint
and reordering the Node.js package rule for correct evaluation priority
(DX-665).
## Description
- Remove the `"schedule": ["before 5am"]` setting so Renovate PRs are no
longer restricted to a narrow UTC window and can be created at any time.
- Move the Node.js / `@types/node` pin rule higher in the `packageRules`
array, placing it immediately after the npm category enablement rule.
Renovate applies package rules in order, so positioning this rule before
the production and dev dependency grouping rules ensures the version pin
is evaluated first and not inadvertently overridden by later group
rules.
## Motivation and Context
## PR Checklist
- [x] I have read the `CONTRIBUTING.md` file
- [x] All commits follow [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/)
- [x] Documentation is updated (if necessary)
- [x] PR doesn't contain any sensitive information
- [x] There are no breaking changes1 parent b1f1737 commit b38be89
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
0 commit comments