Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 8ef8477

Browse files
authored
Added Dependabot and GitHub code owners (#8)
2 parents 21a7d51 + c58675a commit 8ef8477

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @cloudnode-pro/development

.github/dependabot.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
day: monday
8+
time: "06:00"
9+
reviewers:
10+
- cloudnode-pro/development
11+
12+
- package-ecosystem: github-actions
13+
directory: /
14+
schedule:
15+
interval: weekly
16+
day: monday
17+
time: "06:00"
18+
reviewers:
19+
- cloudnode-pro/development

0 commit comments

Comments
 (0)