Skip to content

Commit 731e51d

Browse files
Fix renovate not updating tests (#288)
Ignore the `:ignoreModulesAndTests` preset so tests get updated.
1 parent d39cade commit 731e51d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
":ignoreUnstable",
1111
":timezone(UTC)"
1212
],
13+
"ignorePresets": [
14+
":ignoreModulesAndTests"
15+
],
1316
"ignorePaths": [
1417
"**/node_modules/**",
1518
"**/bower_components/**",

0 commit comments

Comments
 (0)