Commit 8e708ff
authored
chore(renovate): ignore demos, examples, and visual-testing (#2957)
* chore(renovate): ignore demos, examples, and visual-testing
devtools/visual-testing/packages/harness depends on a locally-built
packages/superdoc/superdoc.tgz that does not exist in Renovate's clean
checkout, which makes pnpm install fail and breaks artifact updates on
every dep PR. Skipping that subtree (and the already-non-shipped
demos/examples) at discovery time avoids the issue and lets Renovate
focus on dependencies that actually ship.
Replaces the demos/examples packageRule (matchFileNames + enabled:false)
with a single top-level ignorePaths block.
* chore(renovate): preserve test/vendor ignore patterns from preset
ignorePaths is non-mergeable, so setting it at the top level replaced
the patterns inherited from :ignoreModulesAndTests via config:recommended.
That silently brought test package.json files (tests/visual,
tests/behavior, packages/superdoc/tests/cdn-smoke, etc.) back into
Renovate's scope. Re-list the preset's patterns explicitly so coverage
stays the same as before.1 parent 6ef2aea commit 8e708ff
1 file changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
11 | 23 | | |
12 | 24 | | |
13 | 25 | | |
| |||
18 | 30 | | |
19 | 31 | | |
20 | 32 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 33 | + | |
27 | 34 | | |
28 | 35 | | |
29 | 36 | | |
| |||
0 commit comments