Skip to content

Commit 8f109c9

Browse files
Add CODEOWNERS and dependabot.yml for security compliance
- Add CODEOWNERS file with team ownership (@cloudwebrtc @lukasIO @xianshijing-lk) - Add dependabot.yml for automated security updates (pip, github-actions) - Configure versioning-strategy to only update for security fixes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 477cc52 commit 8f109c9

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# CODEOWNERS for python-sdks
2+
# These owners will be requested for review on all PRs
3+
4+
* @cloudwebrtc @lukasIO @xianshijing-lk

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10
8+
versioning-strategy: "increase-if-necessary"
9+
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)