Skip to content

Commit

Permalink
feat(src/default.json5): un-ignore test files (#95)
Browse files Browse the repository at this point in the history
* feat(src/default.json5): un-ignore test files

* fix(src/default.json5): un-ignore tests file by all managers

* style: apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
risu729 and autofix-ci[bot] authored Jan 10, 2025
1 parent a5234c9 commit 5edb6b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 15 deletions.
10 changes: 3 additions & 7 deletions default.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions src/default.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,12 @@
":prConcurrentLimitNone",
"customManagers:biomeVersions",
],
ignorePresets: [":ignoreModulesAndTests"],
bun: {
ignorePaths: [
// ignorePaths is not merged
// ref: https://docs.renovatebot.com/presets-default/#ignoremodulesandtests
// ref: https://docs.renovatebot.com/configuration-options/#ignorepaths
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**",
// ignore bun.lockb
// an empty bun.lockb is required to Bun detected by Cloudflare Workers/Pages Builds
"**/bun.lockb",
Expand Down

0 comments on commit 5edb6b3

Please sign in to comment.