Skip to content

Commit 8032483

Browse files
committed
chore: add dependabot config and CODEOWNERS file
1 parent 6367918 commit 8032483

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "tuesday"
8+
time: "09:00"
9+
timezone: "Europe/Berlin"
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
day: "tuesday"
15+
time: "09:00"
16+
timezone: "Europe/Berlin"
17+

CODEOWNERS

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

0 commit comments

Comments
 (0)