From 7542038807fdd21be440f40d9164946638f0a361 Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Sat, 28 Dec 2024 12:14:43 +0100 Subject: [PATCH 1/3] chore: Add dependabot configuration Signed-off-by: Kim Christensen --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml 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 🤖" From 3fae635bb2db2cc6ba85bee56b0e940fc4219caa Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Sat, 28 Dec 2024 12:15:43 +0100 Subject: [PATCH 2/3] ci: Run workflow on tag creation Signed-off-by: Kim Christensen --- .github/workflows/arm-mixin.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 From 9a924663679817a224516531851b2615afae9d92 Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Sat, 28 Dec 2024 12:16:53 +0100 Subject: [PATCH 3/3] chore: Add CODEOWNERS Signed-off-by: Kim Christensen --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS 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