superlint/test/linters/renovate/good/.renovaterc.json5

19 lines
283 B
Text
Raw Normal View History

2023-09-12 12:58:09 -04:00
{
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/tests/**",
"**/__fixtures__/**"
],
"ignoreDeps": [
"go",
"node-fetch"
],
"constraints": {
"go": "1.20"
}
}