We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa45b18 commit 14d7d0cCopy full SHA for 14d7d0c
1 file changed
.github/dependabot.yml
@@ -4,9 +4,23 @@ updates:
4
directory: "/"
5
schedule:
6
interval: weekly
7
+ groups:
8
+ all-dependencies:
9
+ patterns:
10
+ - "*"
11
+ update-types:
12
+ - "minor"
13
+ - "patch"
14
open-pull-requests-limit: 99
15
- package-ecosystem: github-actions
16
directory: '/'
17
18
19
20
21
22
23
24
25
26
0 commit comments