Skip to content

Commit ab9ace8

Browse files
authored
chore: dependabot frequency (#152)
Weekly is too much at this stage of the project.
1 parent a9bbb3a commit ab9ace8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ updates:
55
- package-ecosystem: "maven"
66
directory: "/server/api-service"
77
schedule:
8-
interval: "weekly"
8+
interval: "monthly"
99
- package-ecosystem: "npm"
1010
directory: "/server/node-service"
1111
schedule:
12-
interval: "weekly"
12+
interval: "monthly"
1313
- package-ecosystem: "npm"
1414
directory: "/client"
1515
schedule:
16-
interval: "weekly"
16+
interval: "monthly"
1717
- package-ecosystem: "docker"
1818
directory: "/deploy/docker"
1919
schedule:
20-
interval: "weekly"
20+
interval: "monthly"

0 commit comments

Comments
 (0)