Skip to content

Commit ab55bc5

Browse files
committed
ci: add CODEOWNERS and dependabot
1 parent 66c636d commit ab55bc5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# All requests must be reviewed and approved by:
2+
3+
* @EchoEllet

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: daily
7+
- package-ecosystem: pub
8+
directory: /
9+
schedule:
10+
interval: daily

0 commit comments

Comments
 (0)