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 d6bdc4b commit 6f4c57cCopy full SHA for 6f4c57c
.github/dependabot.yml
@@ -9,3 +9,19 @@ updates:
9
directory: "/" # Location of package manifests
10
schedule:
11
interval: "weekly"
12
+ groups:
13
+ python-dependencies:
14
+ # A name for the group has to be provided. The name will be used in PR titles and branch names.
15
+ patterns:
16
+ - "*"
17
+
18
+ - package-ecosystem: "github-actions"
19
+ directory: "/"
20
+ schedule:
21
+ interval: "weekly"
22
+ # Group all GitHub Actions updates into a single PR.
23
24
+ github-actions:
25
26
27
0 commit comments