forked from super-linter/super-linter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renovate-config-validator: validate shareable config preset (super-li…
…nter#4674) * renovate-config-validator: validate default.json * Add RENOVATE_SHAREABLE_CONFIG_PRESET_FILE * Allow specifying multiple additional files with a environment variable * Add break
- Loading branch information
Showing
17 changed files
with
250 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"ignooooooooorePaths": [ | ||
"**/node_modules/**", | ||
"**/bower_components/**", | ||
"**/vendor/**", | ||
"**/examples/**", | ||
"**/__tests__/**", | ||
"**/tests/**", | ||
"**/__fixtures__/**" | ||
], | ||
"iggggggggnoreDeps": [ | ||
"go", | ||
"node-fetch" | ||
], | ||
"constraaaaaaaaaints": { | ||
"go": "1.20" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"ignooooooooorePaths": [ | ||
"**/node_modules/**", | ||
"**/bower_components/**", | ||
"**/vendor/**", | ||
"**/examples/**", | ||
"**/__tests__/**", | ||
"**/tests/**", | ||
"**/__fixtures__/**" | ||
], | ||
"iggggggggnoreDeps": [ | ||
"go", | ||
"node-fetch" | ||
], | ||
"constraaaaaaaaaints": { | ||
"go": "1.20" | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"ignorePaths": [ | ||
"**/node_modules/**", | ||
"**/bower_components/**", | ||
"**/vendor/**", | ||
"**/examples/**", | ||
"**/__tests__/**", | ||
"**/tests/**", | ||
"**/__fixtures__/**" | ||
], | ||
"ignoreDeps": [ | ||
"go", | ||
"node-fetch" | ||
], | ||
"constraints": { | ||
"go": "1.20" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"ignorePaths": [ | ||
"**/node_modules/**", | ||
"**/bower_components/**", | ||
"**/vendor/**", | ||
"**/examples/**", | ||
"**/__tests__/**", | ||
"**/tests/**", | ||
"**/__fixtures__/**" | ||
], | ||
"ignoreDeps": [ | ||
"go", | ||
"node-fetch" | ||
], | ||
"constraints": { | ||
"go": "1.20" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters