File tree 1 file changed +14
-1
lines changed 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,13 @@ updates:
13
13
labels :
14
14
- " type/dependencies"
15
15
- " scope/backend"
16
+ groups :
17
+ gradle-dependencies :
18
+ patterns :
19
+ - " *"
20
+ update-types :
21
+ - " version-update:semver-patch"
22
+ - " version-update:semver-minor"
16
23
17
24
- package-ecosystem : docker
18
25
directory : " /api"
@@ -25,7 +32,6 @@ updates:
25
32
open-pull-requests-limit : 10
26
33
ignore :
27
34
- dependency-name : " azul/zulu-openjdk-alpine"
28
- # Limit dependabot pull requests to minor Java upgrades
29
35
update-types : ["version-update:semver-major"]
30
36
labels :
31
37
- " type/dependencies"
@@ -44,6 +50,13 @@ updates:
44
50
labels :
45
51
- " type/dependencies"
46
52
- " scope/frontend"
53
+ groups :
54
+ pnpm-dependencies :
55
+ patterns :
56
+ - " *"
57
+ update-types :
58
+ - " version-update:semver-patch"
59
+ - " version-update:semver-minor"
47
60
48
61
- package-ecosystem : " github-actions"
49
62
directory : " /"
You can’t perform that action at this time.
0 commit comments