Skip to content

Commit

Permalink
Update codeowners (#20)
Browse files Browse the repository at this point in the history
* Add dependabot config

* Update CODEOWNERS for SMRE

This facilitates GH automatically selecting appropriate PR reviewers
and team discovery through Heimdall.

[skip ci]
  • Loading branch information
shore authored Apr 26, 2024
1 parent 764c3bd commit 90478df
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 11 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2

updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
6 changes: 1 addition & 5 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
# These owners will be the default owners for everything in
# the repo, unless a later match takes precedence.

* @hashicorp/release-engineering

@hashicorp/team-selfmanaged-releng
7 changes: 2 additions & 5 deletions META.d/_summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
# SPDX-License-Identifier: MPL-2.0

schema: 1.1

partition: internal-platform
partition: release-engineering
category: github-action

summary:
name: actions-packaging-linux
owner: team-rel-eng
owner: team-selfmanaged-releng
description: Builds linux packages (DEB's and RPM's). Meant for use in repos that have been onboarded to Common Release Tooling (CRT).

visibility: external
auth_methods: none
3 changes: 3 additions & 0 deletions META.d/data.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
_summary:
gdpr:
exempt: true
1 change: 0 additions & 1 deletion META.d/tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ tags:
type: github-action
crt-compatible: true
exempt: tool-roam-config

0 comments on commit 90478df

Please sign in to comment.