forked from AmadeusITGroup/otter
-
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.
Merge pull request #13 from kpanot/feature/renovate-configurations
Feature/renovate configurations
- Loading branch information
Showing
3,179 changed files
with
249,072 additions
and
96,865 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,42 @@ | ||
{ | ||
"parserPreset": "@commitlint/config-conventional", | ||
"rules": { | ||
"body-leading-blank": [1,"always"], | ||
"footer-leading-blank": [1, "always"], | ||
"header-max-length": [2, "always", 100], | ||
"scope-case": [2, "always", "lower-case"], | ||
"subject-case": [2, "never", | ||
[ | ||
"sentence-case", | ||
"start-case", | ||
"pascal-case", | ||
"upper-case" | ||
] | ||
], | ||
"subject-empty": [2, "never"], | ||
"subject-full-stop": [2, "never", "."], | ||
"type-case": [2, "always", "lower-case"], | ||
"type-empty": [2, "never" ], | ||
"type-enum": [2, "always", | ||
[ | ||
"build", | ||
"chore", | ||
"ci", | ||
"docs", | ||
"feat", | ||
"fix", | ||
"improvement", | ||
"perf", | ||
"refactor", | ||
"revert", | ||
"style", | ||
"test" | ||
] | ||
] | ||
} | ||
} | ||
{ | ||
"parserPreset": "@commitlint/config-conventional", | ||
"rules": { | ||
"body-leading-blank": [1,"always"], | ||
"footer-leading-blank": [1, "always"], | ||
"header-max-length": [2, "always", 100], | ||
"scope-case": [2, "always", "lower-case"], | ||
"subject-case": [2, "never", | ||
[ | ||
"sentence-case", | ||
"start-case", | ||
"pascal-case", | ||
"upper-case" | ||
] | ||
], | ||
"subject-empty": [2, "never"], | ||
"subject-full-stop": [2, "never", "."], | ||
"type-case": [2, "always", "lower-case"], | ||
"type-empty": [2, "never" ], | ||
"type-enum": [2, "always", | ||
[ | ||
"build", | ||
"chore", | ||
"ci", | ||
"docs", | ||
"feat", | ||
"feature", | ||
"features", | ||
"fix", | ||
"bugfix", | ||
"fixes", | ||
"bugfixes", | ||
"improvement", | ||
"perf", | ||
"refactor", | ||
"revert", | ||
"style", | ||
"test" | ||
] | ||
] | ||
} | ||
} |
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 |
---|---|---|
@@ -1,10 +1,15 @@ | ||
**/node_modules/** | ||
.cache/** | ||
.yarn/** | ||
dist/ | ||
test/ | ||
tmp/ | ||
generated-doc/ | ||
/{packages,apps}/@*/*/dist*/** | ||
/packages/@*/*/**/templates/** | ||
/apps/*/**/templates/** | ||
/.pnp.js | ||
/.vscode | ||
/tools/github-actions/*/packaged-action/ | ||
/**/src/**/package.json | ||
!/.yarnrc.yml |
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 |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
# Binary files | ||
*.png binary | ||
*.jpg binary | ||
*.gif binary | ||
*.jar binary | ||
*.ico binary |
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,8 @@ | ||
{ | ||
"$schema": "../apps/github-cascading-app/schemas/config.schema.json", | ||
"bypassReviewers": true, | ||
"labels": ["cascading"], | ||
"ignoredPatterns": [ | ||
"-next$" | ||
] | ||
} |
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,6 @@ | ||
{ | ||
"$schema": "../tools/@o3r/build-helpers/schemas/pr-labels.configuration.schema.json", | ||
"projectLabelPrefix": "project:", | ||
"ignoredProjects": [], | ||
"ignoreProjectForLabels": ["cascading"] | ||
} |
Validating CODEOWNERS rules …
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
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,4 @@ | ||
paths-ignore: | ||
- '**/node_modules' | ||
- tools/github-actions/*/packaged-action | ||
- packages/**/templates/ |
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,5 @@ | ||
--- | ||
title: Links are broken in the documentation | ||
labels: bug, documentation | ||
--- | ||
On {{ date | date('D MMM YYYY') }} some broken links were found in the Markdown documentation. Check the [action result]({{ env.RUN_URL }}). |
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,17 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "^(?!http(s)?:\/\/).*" | ||
}, | ||
{ | ||
"pattern": "https://pkgs.dev.azure.com/AmadeusDigitalAirline/Otter/_packaging/otter-pr/npm/registry/" | ||
} | ||
], | ||
"replacementPatterns": [ | ||
{ | ||
"pattern": "/%40", | ||
"replacement": "/@" | ||
} | ||
], | ||
"aliveStatusCodes": [200, 203] | ||
} |
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,13 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "^https?:\/\/.*" | ||
} | ||
], | ||
"replacementPatterns": [ | ||
{ | ||
"pattern": "/%40", | ||
"replacement": "/@" | ||
} | ||
] | ||
} |
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,10 @@ | ||
## Proposed change | ||
|
||
<!-- Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that is required for this change. --> | ||
|
||
## Related issues | ||
|
||
- :bug: Fixes #(issue) | ||
- :rocket: Feature #(issue) | ||
|
||
<!-- Please make sure to follow the contributing guidelines on https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md --> |
Oops, something went wrong.