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 0c4c65f commit e187045Copy full SHA for e187045
.github/dependabot.yml
@@ -10,3 +10,29 @@ updates:
10
ignore:
11
# doesn't support glob anymore in v4
12
- dependency-name: "rimraf"
13
+ groups:
14
+ patch-deps-updates:
15
+ update-types:
16
+ - "patch"
17
+ minor-deps-updates:
18
19
+ - "minor"
20
+ major-deps-updates:
21
22
+ - "major"
23
+- package-ecosystem: github-actions
24
+ directory: "/"
25
+ schedule:
26
+ interval: weekly
27
+ time: "11:00"
28
+ open-pull-requests-limit: 10
29
30
31
32
33
34
35
36
37
38
0 commit comments