superlint/.automation/test/renovate/.renovaterc_good_03.json
2023-09-12 16:58:09 +00:00

18 lines
283 B
JSON

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