Skip to content

Commit d1478a5

Browse files
committed
Move dependabot dependency updates to monthly
1 parent c8681e6 commit d1478a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
- package-ecosystem: cargo
55
directory: "/quickwit"
66
schedule:
7-
interval: "weekly"
7+
interval: "monthly"
88
groups:
99
rust-dependencies:
1010
patterns:
@@ -18,14 +18,14 @@ updates:
1818
- package-ecosystem: docker
1919
directory: "/"
2020
schedule:
21-
interval: "weekly"
21+
interval: "monthly"
2222
open-pull-requests-limit: 10
2323

2424
# GitHub Actions
2525
- package-ecosystem: github-actions
2626
directory: "/"
2727
schedule:
28-
interval: "weekly"
28+
interval: "monthly"
2929
groups:
3030
github-actions:
3131
patterns:
@@ -36,7 +36,7 @@ updates:
3636
- package-ecosystem: npm
3737
directory: "/"
3838
schedule:
39-
interval: "weekly"
39+
interval: "monthly"
4040
groups:
4141
npm-dependencies:
4242
patterns:

0 commit comments

Comments
 (0)