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 791d499 commit a9eb48bCopy full SHA for a9eb48b
1 file changed
.github/dependabot.yml
@@ -4,11 +4,33 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "weekly"
7
+ day: "monday"
8
commit-message:
9
prefix: "fix(dependencies): "
10
+ groups:
11
+ python-minor-patch:
12
+ patterns:
13
+ - "*"
14
+ update-types:
15
+ - "minor"
16
+ - "patch"
17
+ python-major:
18
19
20
21
+ - "major"
22
- package-ecosystem: "github-actions"
23
24
25
26
27
- prefix: "fix(dependencies): "
28
+ prefix: "chore(dependencies): "
29
30
+ github-actions:
31
32
33
34
35
36
0 commit comments