ci: add fastlane metadata validation and update release trigger (#427)
* ci: auto trigger release pull requests when on changelog update * chore: add code owners * ci: add fastlane metadata validation
This commit is contained in:
parent
99d2c749b4
commit
8c5bb9a32c
4 changed files with 20 additions and 6 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -22,8 +22,6 @@ updates:
|
|||
prefix: "chore"
|
||||
prefix-development: "chore"
|
||||
include: "scope"
|
||||
assignees:
|
||||
- "naveensingh"
|
||||
|
||||
- package-ecosystem: "gradle"
|
||||
directory: "/"
|
||||
|
|
@ -37,8 +35,6 @@ updates:
|
|||
prefix: "chore"
|
||||
prefix-development: "chore"
|
||||
include: "scope"
|
||||
assignees:
|
||||
- "naveensingh"
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
|
|
@ -48,5 +44,3 @@ updates:
|
|||
prefix: "chore"
|
||||
prefix-development: "chore"
|
||||
include: "scope"
|
||||
assignees:
|
||||
- "naveensingh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue