Skip to content

Commit 810348e

Browse files
committed
chore(dependabot): do less frequent dependency checks
1 parent 86035f9 commit 810348e

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,26 @@ updates:
44
- package-ecosystem: cargo
55
directory: "/"
66
schedule:
7-
interval: daily
7+
interval: monthly
88
open-pull-requests-limit: 10
9+
groups:
10+
minor:
11+
update-types:
12+
- "minor"
13+
patch:
14+
update-types:
15+
- "patch"
916

1017
# Maintain dependencies for GitHub Actions
1118
- package-ecosystem: github-actions
1219
directory: "/"
1320
schedule:
14-
interval: daily
21+
interval: monthly
1522
open-pull-requests-limit: 10
23+
groups:
24+
minor:
25+
update-types:
26+
- "minor"
27+
patch:
28+
update-types:
29+
- "patch"

0 commit comments

Comments
 (0)