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:
Naveen Singh 2025-06-09 15:23:57 +05:30 committed by GitHub
parent 99d2c749b4
commit 8c5bb9a32c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 6 deletions

View file

@ -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"