We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0174e0 commit 09fe63dCopy full SHA for 09fe63d
2 files changed
.github/CODEOWNERS
@@ -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
@@ -0,0 +1,16 @@
+version: 2
+updates:
+ - package-ecosystem: pip
+ directory: /
+ schedule:
+ interval: weekly
+ groups:
+ python-deps:
+ patterns: ["*"]
+ - package-ecosystem: github-actions
+ actions:
0 commit comments