Skip to content

Commit

Permalink
feat(devops): Add codeowners, dependabot and PR template (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine authored Sep 17, 2024
1 parent 91cd0cf commit 08fd48d
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The codebase is owned by the Governance & Identity Experience team at DFINITY
# For questions, reach out to: <[email protected]>
.github/CODEOWNERS @dfinity/gix
# The GIX team members who maintain this repo:
* @bitdivine
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/en/enterprise-cloud@latest/code-security/dependabot/dependabot-version-updates

version: 2
updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
11 changes: 11 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Motivation

<!-- Describe the motivation that lead to the PR -->

# Changes

<!-- List the changes that have been developed -->

# Tests

<!-- Please provide any information or screenshots about the tests that have been done -->

0 comments on commit 08fd48d

Please sign in to comment.