-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add renovate.json * renovate * Upgrade MegaLinter * circle * Upgrade njre * cci * lycheeignore * test java 17 & 20 * cspell * circle --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nicolas Vuillamy <[email protected]>
- Loading branch information
1 parent
2bb9f5c
commit 55c8131
Showing
8 changed files
with
89 additions
and
42 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# These links are ignored by lychee link checker: https://github.com/lycheeverse/lychee | ||
# The file allows you to list multiple regular expressions for exclusion (one pattern per line). | ||
# The `.lycheeignore` file is only used for excluding URLs, not paths. Use the `exclude_path` key in the `lychee.toml` file. ref: https://github.com/lycheeverse/lycheeverse.github.io/blob/master/recipes/excluding-paths.md | ||
|
||
my-company.com | ||
https://megalinter.io/ | ||
https://megalinter.io/flavors/ | ||
https://megalinter.io/configuration/ | ||
https://www.linkedin.com/ | ||
https://twitter.com | ||
https://twitter.com/intent/tweet | ||
https://fonts.gstatic.com | ||
https://img.shields.io | ||
http://mozilla.org/MPL/2.0/ | ||
https://github.com/sider/goodcheck | ||
https://api.github.com/repos/powershell/powershell/releases | ||
https://storage.googleapis.com/dart-archive/channels/stable/release | ||
https://stylelint.io/user-guide/integrations/other#analysis-platform-engines | ||
https://raw.githubusercontent.com/some_org/some_repo/mega-linter-rules | ||
https://raw.githubusercontent.com/cookiejar/megalinter-plugin-cookiejar/main/cookietemplate.mega-linter-descriptor.yml | ||
https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/security.ico | ||
https://github.com/oxsecurity/megalinter/raw/main/docs/assets/icons/swift.ico | ||
https://stylelint.io/user-guide/integrations/other#analysis-platform-engines | ||
https://github.com/pmd/pmd/releases/download/pmd_releases | ||
https://twitter.com/intent/tweet* | ||
circleci/* |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": ["config:base"], | ||
"packageRules": [ | ||
{ | ||
"matchPackagePatterns": [".*"], | ||
"matchUpdateTypes": ["minor", "patch"], | ||
"groupName": "all non-major dependencies", | ||
"groupSlug": "all-minor-patch" | ||
} | ||
] | ||
} |
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