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 70bac0a commit 70ff0abCopy full SHA for 70ff0ab
.github/dependabot.yml
@@ -4,17 +4,23 @@ updates:
4
directory: "/"
5
schedule:
6
interval: weekly
7
- group:
+ 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