Skip to content

Commit 12e0d47

Browse files
authored
chore: update dependabot (#531)
1 parent 809daf1 commit 12e0d47

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Every request must be reviewed and accepted by:
22

3-
* @felangel
3+
* @felangel @renancaraujo @wolfenrain

.github/dependabot.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
- package-ecosystem: "npm"
8+
directory: "/docs"
9+
schedule:
10+
interval: "daily"
711
- package-ecosystem: "pub"
812
directory: "/bricks/create_dart_frog/hooks"
913
schedule:
@@ -24,6 +28,10 @@ updates:
2428
directory: "/examples/hello_world"
2529
schedule:
2630
interval: "daily"
31+
- package-ecosystem: "pub"
32+
directory: "/examples/web_socket_counter"
33+
schedule:
34+
interval: "daily"
2735
- package-ecosystem: "pub"
2836
directory: "/examples/counter"
2937
schedule:
@@ -62,9 +70,5 @@ updates:
6270
interval: "daily"
6371
- package-ecosystem: "pub"
6472
directory: "/packages/dart_frog_web_socket"
65-
schedule:
66-
interval: "daily"
67-
- package-ecosystem: "npm"
68-
directory: "/docs"
6973
schedule:
7074
interval: "daily"

0 commit comments

Comments
 (0)