Skip to content

Commit a8588e7

Browse files
Add codeowners and dependabot file to pr to dev
1 parent ed35f6a commit a8588e7

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
version: 2
3+
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
target-branch: "development"
10+
reviewers:
11+
- "splitio/sdk"

.github/workflows/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @splitio/sdk

0 commit comments

Comments
 (0)