|
7 | 7 | "postUpdateOptions": [
|
8 | 8 | "gomodTidy"
|
9 | 9 | ],
|
10 |
| - "prConcurrentLimit": 5, |
| 10 | + "prConcurrentLimit": 8, |
11 | 11 | "packageRules": [
|
12 | 12 | {
|
13 |
| - "matchManagers": ["github-actions"], |
14 |
| - "groupName": "Github action dependencies" |
| 13 | + "matchManagers": ["dockerfile"], |
| 14 | + "groupName": "Container image updates" |
15 | 15 | },
|
16 | 16 | {
|
| 17 | + "groupName": "Go dependency updates", |
| 18 | + "matchManagers": ["gomod"], |
| 19 | + "matchUpdateTypes": ["minor", "patch", "pin", "digest"] |
| 20 | + }, |
| 21 | + { |
| 22 | + "groupName": "Github Actions", |
| 23 | + "matchManagers": ["github-actions"] |
| 24 | + }, |
| 25 | + { |
| 26 | + "groupName": "Build Tools", |
17 | 27 | "matchPackagePatterns": [
|
18 | 28 | "^cert-manager/cert-manager",
|
19 | 29 | "^github.com/elastic/crd-ref-docs",
|
20 | 30 | "^google",
|
21 | 31 | "^google-beta",
|
22 | 32 | "^hashicorp/terraform"
|
23 | 33 | ],
|
24 |
| - "groupName": "Build Tools" |
| 34 | + "matchManagers": ["regex","terraform"] |
25 | 35 | },
|
26 | 36 | {
|
| 37 | + "groupName": "Kubernetes Runtime", |
27 | 38 | "matchPackagePatterns": [
|
28 | 39 | "^kubernetes",
|
29 | 40 | "^k8s.io/client-go",
|
30 | 41 | "^sigs.k8s.io/controller-runtime",
|
31 | 42 | "^sigs.k8s.io/controller-tools"
|
32 | 43 | ],
|
33 |
| - "matchManagers": ["gomod"], |
34 |
| - "groupName": "Kubernetes runtime dependencies" |
35 |
| - }, |
36 |
| - { |
37 |
| - "matchManagers": ["dockerfile"], |
38 |
| - "groupName": "Container image updates" |
39 |
| - }, |
40 |
| - { |
41 |
| - "groupName": "Go dependency updates", |
42 |
| - "matchUpdateTypes": ["minor", "patch", "pin", "digest"] |
43 |
| - }, |
44 |
| - { |
45 |
| - "groupName": "Other dependency updates", |
46 |
| - "matchUpdateTypes": ["minor", "patch", "pin", "digest"] |
| 44 | + "matchManagers": ["gomod","regex"] |
47 | 45 | }
|
48 | 46 | ],
|
49 | 47 | "regexManagers": [
|
|
0 commit comments