Skip to content

Commit

Permalink
chore: update renovate.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurapov committed Oct 31, 2024
1 parent 59d6e48 commit ba2a317
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,13 @@
"allowedVersions": "<21.0.0"
}
],
"ignorePaths": ["!test/**"]
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/tests/**",
"**/__fixtures__/**"
]
}

0 comments on commit ba2a317

Please sign in to comment.