Skip to content

Commit

Permalink
Merge pull request #72 from kichristensen/cleanup
Browse files Browse the repository at this point in the history
Add CODEOWNERS, run workflow on tag creation and enable Dependabot
  • Loading branch information
kichristensen authored Feb 3, 2025
2 parents 6c0b6ac + 9a92466 commit a8298ed
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -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
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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 🤖"
4 changes: 4 additions & 0 deletions .github/workflows/arm-mixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
branches:
- main
- v*
tags:
- v*
- "!canary*"
- "!latest*"
pull_request:
branches:
- main
Expand Down

0 comments on commit a8298ed

Please sign in to comment.