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 1b4444a commit 82db435Copy full SHA for 82db435
1 file changed
.github/dependabot.yml
@@ -11,7 +11,25 @@ updates:
11
interval: "daily"
12
commit-message:
13
prefix: "chore(deps):"
14
+ # Combine all minor and patch bumps into a single PR. Major bumps do not
15
+ # match this group and so each get their own individual PR.
16
+ groups:
17
+ pip-minor-patch:
18
+ patterns:
19
+ - "*"
20
+ update-types:
21
+ - "minor"
22
+ - "patch"
23
- package-ecosystem: "github-actions"
24
directory: "/" # Location of package manifests
25
schedule:
- interval: "daily"
26
+ interval: "daily"
27
28
29
30
+ github-actions-minor-patch:
31
32
33
34
35
0 commit comments