diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e7acaf1 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +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 + +* @getporter/maintainers \ No newline at end of file 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/arm-mixin.yml b/.github/workflows/arm-mixin.yml index 77535e4..c355828 100644 --- a/.github/workflows/arm-mixin.yml +++ b/.github/workflows/arm-mixin.yml @@ -4,6 +4,10 @@ on: branches: - main - v* + tags: + - v* + - "!canary*" + - "!latest*" pull_request: branches: - main