diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..165fa3d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" diff --git a/CODEOWNERS b/CODEOWNERS index 1e02da4..0bbeacf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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 diff --git a/META.d/_summary.yaml b/META.d/_summary.yaml index 7b1eeee..66f90a6 100644 --- a/META.d/_summary.yaml +++ b/META.d/_summary.yaml @@ -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 diff --git a/META.d/data.yaml b/META.d/data.yaml new file mode 100644 index 0000000..6ee8ece --- /dev/null +++ b/META.d/data.yaml @@ -0,0 +1,3 @@ +_summary: + gdpr: + exempt: true diff --git a/META.d/tags.yaml b/META.d/tags.yaml index f7906ed..263a911 100644 --- a/META.d/tags.yaml +++ b/META.d/tags.yaml @@ -6,4 +6,3 @@ tags: type: github-action crt-compatible: true exempt: tool-roam-config -