Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 875f7e6

Browse files
committed
build: dependabot removed for beta + check for rxjs update
1 parent 1bf997b commit 875f7e6

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,7 @@ updates:
99
prefix: "build"
1010
allow:
1111
- dependency-type: production
12-
ignore:
13-
- dependency-name: "tslib"
14-
15-
# Still need to copy the above for the beta branch
16-
- package-ecosystem: "npm"
17-
directory: "/"
18-
schedule:
19-
interval: "weekly"
20-
target-branch: beta
21-
commit-message:
22-
prefix: "build"
23-
allow:
24-
- dependency-type: production
12+
- dependency-name: "rxjs"
13+
dependency-type: "development"
2514
ignore:
2615
- dependency-name: "tslib"

0 commit comments

Comments
 (0)