We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bfdb78 commit d8f76fcCopy full SHA for d8f76fc
.github/dependabot.yml
@@ -9,3 +9,19 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ groups:
13
+ all-minor-patch-updates:
14
+ patterns:
15
+ - "*"
16
+ update-types:
17
+ - "minor"
18
+ - "patch"
19
+ open-pull-requests-limit: 20
20
+ - package-ecosystem: "docker" # See documentation for possible values
21
+ directory: "/" # Location of package manifests
22
+ schedule:
23
+ interval: "weekly"
24
+ - package-ecosystem: "github-actions" # See documentation for possible values
25
26
27
+ interval: "monthly"
0 commit comments