Skip to content

Commit 34a87d1

Browse files
Merge pull request #6 from elastic/add-catalog-info
Bootstrap repository
2 parents fcf2960 + 323fe08 commit 34a87d1

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# These owners will be the default owners for everything in
2+
# the repo.
3+
* @elastic/threat-research-and-detection-engineering

catalog-info.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Declare a Backstage Component that represents your application.
2+
---
3+
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
4+
apiVersion: backstage.io/v1alpha1
5+
kind: Component
6+
metadata:
7+
name: bifrost
8+
description: A web explorer for Detection Rules
9+
annotations:
10+
backstage.io/source-location: "url:https://github.com/elastic/Detection-rules-explorer/"
11+
github.com/project-slug: "elastic/Detection-rules-explorer"
12+
github.com/team-slug: "elastic/threat-research-and-detection-engineering"
13+
buildkite.com/project-slug: "elastic/Detection-rules-explorer"
14+
15+
spec:
16+
type: service
17+
owner: group:threat-research-and-detection-engineering
18+
lifecycle: production

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>elastic/renovate-config"
5+
]
6+
}

0 commit comments

Comments
 (0)