We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8be055 commit cdce20fCopy full SHA for cdce20f
.github/dependabot.yml
@@ -4,14 +4,21 @@ updates:
4
- package-ecosystem: cargo
5
directory: "/"
6
schedule:
7
- interval: weekly
+ interval: monthly
8
open-pull-requests-limit: 10
9
+ groups:
10
+ minor:
11
+ update-types:
12
+ - "minor"
13
+ patch:
14
15
+ - "patch"
16
17
# Maintain dependencies for GitHub Actions
18
- package-ecosystem: github-actions
19
20
21
22
23
groups:
24
minor:
@@ -25,7 +32,7 @@ updates:
25
32
- package-ecosystem: "npm"
26
33
directory: "/website"
27
34
28
35
29
36
30
37
31
38
0 commit comments