Skip to content

Commit cdce20f

Browse files
committed
chore(dependabot): make dependency updates less noisy
1 parent b8be055 commit cdce20f

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,21 @@ updates:
44
- package-ecosystem: cargo
55
directory: "/"
66
schedule:
7-
interval: weekly
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: weekly
21+
interval: monthly
1522
open-pull-requests-limit: 10
1623
groups:
1724
minor:
@@ -25,7 +32,7 @@ updates:
2532
- package-ecosystem: "npm"
2633
directory: "/website"
2734
schedule:
28-
interval: weekly
35+
interval: monthly
2936
open-pull-requests-limit: 10
3037
groups:
3138
minor:

0 commit comments

Comments
 (0)