-
Notifications
You must be signed in to change notification settings - Fork 12
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 #134 from gravitee-io/alpha
Merge 'alpha' into master
- Loading branch information
Showing
28 changed files
with
574 additions
and
414 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
**Issue** | ||
## Issue | ||
|
||
https://gravitee.atlassian.net/browse/APIM-XXXX | ||
https://gravitee.atlassian.net/browse/XXXXX | ||
|
||
**Description** | ||
## Description | ||
|
||
A small description of what you did in that PR. | ||
|
||
**Additional context** | ||
|
||
<!-- Add any other context about the PR here --> | ||
<!-- It can be links to other PRs or docs or drawing --> | ||
<!-- Or reproduction steps in case of bug fix --> | ||
## Additional context |
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,25 +1,3 @@ | ||
{ | ||
"extends": ["config:base", ":label(dependencies)"], | ||
"rebaseWhen": "conflicted", | ||
"packageRules": [ | ||
{ | ||
"matchDatasources": ["orb"], | ||
"matchUpdateTypes": ["patch", "minor"], | ||
"automerge": true, | ||
"automergeType": "branch", | ||
"semanticCommitType": "ci" | ||
}, | ||
{ | ||
"matchDepTypes": ["provided", "test", "build", "import", "parent"], | ||
"matchUpdateTypes": ["patch", "minor"], | ||
"automerge": true, | ||
"automergeType": "branch", | ||
"semanticCommitType": "chore" | ||
}, | ||
{ | ||
"matchDepTypes": ["provided", "test", "build", "import", "parent"], | ||
"matchUpdateTypes": ["major"], | ||
"semanticCommitType": "chore" | ||
} | ||
] | ||
"extends": ["github>gravitee-io/renovate-config:policy"] | ||
} |
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
Oops, something went wrong.