Skip to content

Commit 09fe63d

Browse files
committed
ci: add CODEOWNERS and dependabot.yml
1 parent d0174e0 commit 09fe63d

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# CODEOWNERS for hawk-sdk-python
2+
* @GrayCodeAI/maintainers
3+
4+
# SDK source
5+
/src/ @GrayCodeAI/core-team
6+
/tests/ @GrayCodeAI/core-team
7+
8+
# CI / release / build tooling
9+
/.github/ @GrayCodeAI/devops-team
10+
/Makefile @GrayCodeAI/devops-team
11+
/lefthook.yml @GrayCodeAI/devops-team
12+
/scripts/ @GrayCodeAI/devops-team
13+
pyproject.toml @GrayCodeAI/devops-team
14+
15+
# Documentation
16+
*.md @GrayCodeAI/docs-team
17+
/docs/ @GrayCodeAI/docs-team

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: pip
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
python-deps:
9+
patterns: ["*"]
10+
- package-ecosystem: github-actions
11+
directory: /
12+
schedule:
13+
interval: weekly
14+
groups:
15+
actions:
16+
patterns: ["*"]

0 commit comments

Comments
 (0)