mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-10 02:53:36 -05:00
50d462e0ec
* renovate-config-validator: validate default.json * Add RENOVATE_SHAREABLE_CONFIG_PRESET_FILE * Allow specifying multiple additional files with a environment variable * Add break
18 lines
306 B
JSON
18 lines
306 B
JSON
{
|
|
"ignooooooooorePaths": [
|
|
"**/node_modules/**",
|
|
"**/bower_components/**",
|
|
"**/vendor/**",
|
|
"**/examples/**",
|
|
"**/__tests__/**",
|
|
"**/tests/**",
|
|
"**/__fixtures__/**"
|
|
],
|
|
"iggggggggnoreDeps": [
|
|
"go",
|
|
"node-fetch"
|
|
],
|
|
"constraaaaaaaaaints": {
|
|
"go": "1.20"
|
|
}
|
|
}
|