From d935a7b13bed46449bf21e91b07c317de26b7adc Mon Sep 17 00:00:00 2001 From: "bitgo-backstage[bot]" <259133846+bitgo-backstage[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2026 07:18:09 +0000 Subject: [PATCH] chore: add catalog-info.yaml for Backstage developer portal TICKET: VL-4315 --- catalog-info.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 catalog-info.yaml diff --git a/catalog-info.yaml b/catalog-info.yaml new file mode 100644 index 0000000..a622c67 --- /dev/null +++ b/catalog-info.yaml @@ -0,0 +1,12 @@ +# Backstage catalog descriptor. Update this file to enrich your service's entry in the developer portal. +# Full field reference: https://backstage.io/docs/features/software-catalog/descriptor-format/ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: advanced-wallets + annotations: + github.com/project-slug: BitGo/advanced-wallets +spec: + type: service + lifecycle: production + owner: group:wallet-core