|
1 | 1 | { |
2 | 2 | "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
3 | 3 | "extends": [ |
4 | | - "config:base", |
| 4 | + "config:recommended", |
5 | 5 | ":gitSignOff", |
6 | 6 | "schedule:nonOfficeHours", |
7 | 7 | ":semanticCommitTypeAll(deps)", |
|
13 | 13 | "addLabels": ["dependencies"], |
14 | 14 | "cloneSubmodules": true, |
15 | 15 | "prConcurrentLimit": 15, |
16 | | - "stabilityDays": 3, |
| 16 | + "minimumReleaseAge": "3 days", |
17 | 17 | "timezone": "Europe/Vienna", |
18 | 18 | "rebaseWhen": "conflicted", |
19 | 19 | "postUpdateOptions": [ |
|
26 | 26 | ], |
27 | 27 | "packageRules": [ |
28 | 28 | { |
29 | | - "excludePackagePatterns": [ |
30 | | - "docker.io\\/thschue\\/.*", |
31 | | - "docker.io\\/annadreal\\/.*", |
32 | | - "docker.io\\/bacherfl\\/.*", |
33 | | - "docker.io\\/mowies\\/.*", |
34 | | - "docker.io\\/odubajdt\\/.*", |
35 | | - "docker.io\\/thisthatdc\\/.*", |
36 | | - "testreg\\/.*", |
37 | | - "myrep" |
| 29 | + "matchPackageNames": [ |
| 30 | + "!/docker.io\\/thschue\\/.*/", |
| 31 | + "!/docker.io\\/annadreal\\/.*/", |
| 32 | + "!/docker.io\\/bacherfl\\/.*/", |
| 33 | + "!/docker.io\\/mowies\\/.*/", |
| 34 | + "!/docker.io\\/odubajdt\\/.*/", |
| 35 | + "!/docker.io\\/thisthatdc\\/.*/", |
| 36 | + "!/testreg\\/.*/", |
| 37 | + "!/myrep/" |
38 | 38 | ] |
39 | 39 | }, |
40 | 40 | { |
|
79 | 79 | }, |
80 | 80 | { |
81 | 81 | "matchManagers": ["gomod"], |
82 | | - "matchPackagePrefixes": ["golang.org/x"], |
83 | | - "groupName": "All golang.org/x packages" |
| 82 | + "groupName": "All golang.org/x packages", |
| 83 | + "matchPackageNames": ["golang.org/x{/,}**"] |
84 | 84 | } |
85 | 85 | ], |
86 | | - "regexManagers": [ |
| 86 | + "customManagers": [ |
87 | 87 | { |
| 88 | + "customType": "regex", |
88 | 89 | "fileMatch": [ |
89 | 90 | "(^|\\/)Makefile$", |
90 | 91 | "(^|\\/)Dockerfile", |
|
104 | 105 | ], |
105 | 106 | "packageRules": [ |
106 | 107 | { |
107 | | - "excludePackagePatterns": [ |
108 | | - ".*podtato\\-head.*" |
109 | | - ] |
| 108 | + "matchPackageNames": ["!/.*podtato\\-head.*/"] |
110 | 109 | } |
111 | 110 | ], |
112 | 111 | "ignorePaths": [ |
|
0 commit comments