diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c608466..d3768e4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,5 @@ # https://help.github.com/en/articles/about-code-owners#codeowners-syntax +# Add your name to this file if you want to be automatically assign to pull requests +# See OWNERS.md for a list of all maintainers -* @MChorfa @carolynvs @sgettys @bdegeeter +* @getporter/maintainers @MChorfa diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..251b5a1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: +- package-ecosystem: gomod + directory: / + schedule: + interval: weekly + day: sunday + labels: + - "dependabot 🤖" diff --git a/.github/workflows/kubernetes-mixin.yml b/.github/workflows/kubernetes-mixin.yml index 2aad927..c82df7b 100644 --- a/.github/workflows/kubernetes-mixin.yml +++ b/.github/workflows/kubernetes-mixin.yml @@ -4,6 +4,10 @@ on: branches: - main - v* + tags: + - v* + - "!canary*" + - "!latest*" pull_request: branches: - main @@ -29,4 +33,4 @@ jobs: if: success() && github.event_name != 'PullRequest' env: GITHUB_TOKEN: "${{ secrets.PUBLISH_TOKEN }}" - run: mage Publish \ No newline at end of file + run: mage Publish