We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd7661 commit 086e997Copy full SHA for 086e997
1 file changed
.github/dependabot.yaml
@@ -3,26 +3,19 @@ updates:
3
- package-ecosystem: "github-actions"
4
directory: "/"
5
schedule:
6
- interval: "weekly"
7
- assignees:
8
- - "xBlaz3kx"
9
- reviewers:
10
+ interval: "monthly"
11
12
- package-ecosystem: "docker"
13
directory: "/build/package/"
14
15
16
17
18
19
20
21
- package-ecosystem: "gomod"
22
23
24
25
26
27
28
+
+ - package-ecosystem: "npm"
+ directory: "./ui"
+ schedule:
0 commit comments