This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/renovate.json
2023-07-20 17:52:01 -03:00

11 lines
174 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"ignorePaths": [
"**/node_modules/**",
"**/fixtures/**"
]
}