Skip to content

Commit 168f88f

Browse files
committed
chore: do not ignore examples & some fixture folders for renovate
Renovate's `config:recommended` ignores `**/examples/**` by default. But we want to keep the examples up-to-date, so we need to unignore it. The same goes for `test/fixtures/file-based-routing`. I didn't unignore the whole `test/fixtures` folder because the other fixture, `with-older-espree`, intentionally installs older versions of dependencies for testing purposes.
1 parent 4689bd7 commit 168f88f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"github>haoqunjiang/renovate-presets:npm.json5"
5+
],
6+
"ignorePaths": [
7+
"!examples/**",
8+
"!test/fixtures/file-based-routing"
59
]
610
}

0 commit comments

Comments
 (0)