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

11 lines
174 B
JSON
Raw Normal View History

2023-07-20 19:56:42 +00:00
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"ignorePaths": [
"**/node_modules/**",
"**/fixtures/**"
2023-07-20 19:56:42 +00:00
]
}