From 6fde00386b24603b01cdd33b7444b10beb8a30a6 Mon Sep 17 00:00:00 2001 From: Jakob Nagaoka Date: Thu, 23 Apr 2026 13:07:24 +0900 Subject: [PATCH] chore: add repository catalog entity Adds Component with spec.type: repository for Backstage software catalog. Related: IDP-538 --- backstage.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 backstage.yaml diff --git a/backstage.yaml b/backstage.yaml new file mode 100644 index 0000000000000..2c34f2c26961c --- /dev/null +++ b/backstage.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: cli + description: the package manager for JavaScript + annotations: + github.com/project-slug: caddijp/cli + backstage.io/source-location: url:https://github.com/caddijp/cli + tags: + - touches-customer-data +spec: + type: repository + lifecycle: production + owner: group:TODO-set-owner