Skip to content

Commit 086e997

Browse files
authored
chore: add ui to dependabot (#145)
1 parent 2bd7661 commit 086e997

1 file changed

Lines changed: 8 additions & 15 deletions

File tree

.github/dependabot.yaml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,19 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
assignees:
8-
- "xBlaz3kx"
9-
reviewers:
10-
- "xBlaz3kx"
6+
interval: "monthly"
117

128
- package-ecosystem: "docker"
139
directory: "/build/package/"
1410
schedule:
15-
interval: "weekly"
16-
assignees:
17-
- "xBlaz3kx"
18-
reviewers:
19-
- "xBlaz3kx"
11+
interval: "monthly"
2012

2113
- package-ecosystem: "gomod"
2214
directory: "/"
2315
schedule:
24-
interval: "weekly"
25-
assignees:
26-
- "xBlaz3kx"
27-
reviewers:
28-
- "xBlaz3kx"
16+
interval: "monthly"
17+
18+
- package-ecosystem: "npm"
19+
directory: "./ui"
20+
schedule:
21+
interval: "monthly"

0 commit comments

Comments
 (0)