We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc6f20 commit 3c8c3c7Copy full SHA for 3c8c3c7
1 file changed
.github/dependabot.yml
@@ -8,11 +8,15 @@ updates:
8
commit-message:
9
prefix: 'chore(deps): '
10
target-branch: main
11
+ open-pull-requests-limit: 5
12
groups:
13
docker-minor:
14
update-types:
15
- minor
16
- patch
17
+ docker-major:
18
+ update-types:
19
+ - major
20
labels:
21
- docker
22
- dependencies
@@ -23,13 +27,17 @@ updates:
23
27
schedule:
24
28
interval: monthly
25
29
30
26
31
32
33
34
actions-minor:
35
36
37
38
+ actions-major:
39
40
41
42
- github-actions
43
0 commit comments