aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml11
1 files changed, 1 insertions, 10 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index a9b8d27..2cebf5b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -3,13 +3,4 @@ updates:
3 - package-ecosystem: "cargo" 3 - package-ecosystem: "cargo"
4 directory: "/" 4 directory: "/"
5 schedule: 5 schedule:
6 interval: "weekly" 6 interval: "monthly"
7 - package-ecosystem: "cargo"
8 directory: "/dotup"
9 schedule:
10 interval: "weekly"
11 - package-ecosystem: "cargo"
12 directory: "/dotup_cli"
13 schedule:
14 interval: "weekly"
15